In case you are using your modified code for your project, I have already found some other related code changes. First, there is a line in Task.cs that is similar to those in Trigger.cs that needs a similar change. For every DateTime.Parse call (usually paired to the ToString calls in properties), you also need to also add the CultureInfo parameter.
↧