Skip to content

Commit 5b4f502

Browse files
committed
Make display times consistent
1 parent e9f9527 commit 5b4f502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/HistoryLogger.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ FROM TranslationHistory
231231
history.Add(new TranslationHistoryEntry
232232
{
233233
Timestamp = localTime.ToString("yyyy-MM-dd HH:mm:ss"),
234-
TimestampFull = localTime.ToString("MM/dd/yy, HH:mm:ss"),
234+
TimestampFull = localTime.ToString("yyyy-MM-dd HH:mm:ss"),
235235
SourceText = reader.GetString(reader.GetOrdinal("SourceText")),
236236
TranslatedText = reader.GetString(reader.GetOrdinal("TranslatedText")),
237237
TargetLanguage = reader.GetString(reader.GetOrdinal("TargetLanguage")),

0 commit comments

Comments
 (0)