Fix DateTimeKind to UTC

This commit is contained in:
John Nye
2013-11-04 18:20:23 +00:00
parent aa59d1a055
commit 951b03dbbc

View File

@@ -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)
}
};