diff --git a/scripts/js/utils.js b/scripts/js/utils.js index 1e291855..d37e3663 100644 --- a/scripts/js/utils.js +++ b/scripts/js/utils.js @@ -153,7 +153,7 @@ function datetime(date, html, humanReadable) { } const format = - html === false ? "Y-MM-DD HH:mm:ss z" : "Y-MM-DD []HH:mm:ss z"; + html === false ? "y-MM-dd TTT" : "y-MM-dd[] TTT"; const timestr = luxon.DateTime.fromMillis(Math.floor(date)).toFormat(format).trim(); return humanReadable ? '