mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-06 21:26:06 +00:00
Fix DateTimeKind to UTC
This commit is contained in:
@@ -78,7 +78,7 @@ namespace Octokit.Tests
|
||||
{
|
||||
Name = "tagger-name",
|
||||
Email = "tagger-email",
|
||||
Date = new DateTime(2013, 09, 03, 14, 42, 52, DateTimeKind.Local)
|
||||
Date = new DateTime(2013, 09, 03, 14, 42, 52, DateTimeKind.Utc)
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user