A little bit extra visual tweaking.

This commit is contained in:
Ryan Breen
2023-02-14 23:53:33 -05:00
parent ad0b657cd5
commit 3553871953
2 changed files with 5 additions and 1 deletions

View File

@@ -66,6 +66,10 @@ Alpine.data('eventLog', () => ({
return jsonFormatHighlight(event);
},
formatDate(epochSeconds) {
return new Date(epochSeconds * 1000).toUTCString();
},
// Properties
get fromTime() {