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

Commit 8e42a42

Browse files
Merge branch 'fixes/date-time-format-string' into enhancements/git-client-cache
2 parents 675064b + fdea500 commit 8e42a42

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)