@@ -57,8 +57,8 @@ public async Task LogEntriesTest()
57
57
CommitID = "018997938335742f8be694240a7c2b352ec0835f" ,
58
58
Description = "Moving project files where they should be kept" ,
59
59
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 ) ,
62
62
} ,
63
63
new GitLogEntry
64
64
{
@@ -75,8 +75,8 @@ public async Task LogEntriesTest()
75
75
CommitID = "03939ffb3eb8486dba0259b43db00842bbe6eca1" ,
76
76
Description = "Initial Commit" ,
77
77
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 ) ,
80
80
} ,
81
81
} ) ;
82
82
}
@@ -110,8 +110,8 @@ public async Task RussianLogEntriesTest()
110
110
CommitID = "06d6451d351626894a30e9134f551db12c74254b" ,
111
111
Description = "Я люблю github" ,
112
112
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 ) ,
115
115
}
116
116
} ) ;
117
117
}
0 commit comments