@@ -57,8 +57,8 @@ public async Task LogEntriesTest()
5757 CommitID = "018997938335742f8be694240a7c2b352ec0835f" ,
5858 Description = "Moving project files where they should be kept" ,
5959 Summary = "Moving project files where they should be kept" ,
60- TimeString = firstCommitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
61- CommitTimeString = firstCommitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
60+ TimeString = firstCommitTime . ToString ( Constants . Iso8601Format ) ,
61+ CommitTimeString = firstCommitTime . ToString ( Constants . Iso8601Format ) ,
6262 } ,
6363 new GitLogEntry
6464 {
@@ -75,8 +75,8 @@ public async Task LogEntriesTest()
7575 CommitID = "03939ffb3eb8486dba0259b43db00842bbe6eca1" ,
7676 Description = "Initial Commit" ,
7777 Summary = "Initial Commit" ,
78- TimeString = secondCommitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
79- CommitTimeString = secondCommitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
78+ TimeString = secondCommitTime . ToString ( Constants . Iso8601Format ) ,
79+ CommitTimeString = secondCommitTime . ToString ( Constants . Iso8601Format ) ,
8080 } ,
8181 } ) ;
8282 }
@@ -110,8 +110,8 @@ public async Task RussianLogEntriesTest()
110110 CommitID = "06d6451d351626894a30e9134f551db12c74254b" ,
111111 Description = "Я люблю github" ,
112112 Summary = "Я люблю github" ,
113- TimeString = commitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
114- CommitTimeString = commitTime . ToString ( DateTimeFormatInfo . CurrentInfo ) ,
113+ TimeString = commitTime . ToString ( Constants . Iso8601Format ) ,
114+ CommitTimeString = commitTime . ToString ( Constants . Iso8601Format ) ,
115115 }
116116 } ) ;
117117 }
0 commit comments