year
1 parent d823b0c commit e9f9527Copy full SHA for e9f9527
1 file changed
src/utils/HistoryLogger.cs
@@ -230,7 +230,7 @@ FROM TranslationHistory
230
DateTime localTime = DateTimeOffset.FromUnixTimeSeconds((long)Convert.ToDouble(unixTime)).LocalDateTime;
231
history.Add(new TranslationHistoryEntry
232
{
233
- Timestamp = localTime.ToString("MM/dd HH:mm"),
+ Timestamp = localTime.ToString("yyyy-MM-dd HH:mm:ss"),
234
TimestampFull = localTime.ToString("MM/dd/yy, HH:mm:ss"),
235
SourceText = reader.GetString(reader.GetOrdinal("SourceText")),
236
TranslatedText = reader.GetString(reader.GetOrdinal("TranslatedText")),
0 commit comments