Display locale date time in parse log
This commit is contained in:
parent
e54bd458c1
commit
51f636ad0f
|
@ -140,7 +140,7 @@ function toTimeFormat (time: string) {
|
|||
|
||||
if (isNaN(timestamp) === true) return 'Unknown date'
|
||||
|
||||
return new Date(timestamp).toISOString()
|
||||
return new Date(timestamp).toLocaleString()
|
||||
}
|
||||
|
||||
function containsTags (loggerTags: string[], optionsTags: string[]) {
|
||||
|
|
Loading…
Reference in New Issue