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