Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 6af1fca

Browse files
Merge pull request #460 from github-for-unity/fixes/date-time-format-string
Changing to a format string that is compatible with parse operations in Mono
2 parents c005efe + fdea500 commit 6af1fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.Api/Helpers/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ static class Constants
99
public const string UsageFile = "usage.json";
1010
public const string GitInstallPathKey = "GitInstallPath";
1111
public const string TraceLoggingKey = "EnableTraceLogging";
12-
public const string Iso8601Format = "o";
12+
public const string Iso8601Format = "yyyy-MM-ddTHH\\:mm\\:ss.fffffffzzz";
1313

1414
public static readonly Version MinimumGitVersion = new Version(2, 11, 0);
1515
public static readonly Version MinimumGitLfsVersion = new Version(2, 3, 4);

0 commit comments

Comments
 (0)