From 65019c4434d107f62a7fa6ec59e50828cbb8db9d Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Tue, 21 Nov 2017 10:38:35 -0500 Subject: [PATCH] Changing to a format string that is compatible with parse operations in Mono --- src/GitHub.Api/Helpers/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GitHub.Api/Helpers/Constants.cs b/src/GitHub.Api/Helpers/Constants.cs index 80a835357..53e51ab80 100644 --- a/src/GitHub.Api/Helpers/Constants.cs +++ b/src/GitHub.Api/Helpers/Constants.cs @@ -9,7 +9,7 @@ static class Constants public const string UsageFile = "usage.json"; public const string GitInstallPathKey = "GitInstallPath"; public const string TraceLoggingKey = "EnableTraceLogging"; - public const string Iso8601Format = "o"; + public const string Iso8601Format = "yyyy-MM-ddTHH\\:mm\\:ss.fffffffzzz"; public static readonly Version MinimumGitVersion = new Version(2, 11, 0); public static readonly Version MinimumGitLfsVersion = new Version(2, 3, 4);