mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
@@ -152,8 +152,7 @@ function datetime(date, html, humanReadable) {
|
||||
return "Never";
|
||||
}
|
||||
|
||||
const format =
|
||||
html === false ? "y-MM-dd TTT" : "y-MM-dd<br class='hidden-lg'> TTT";
|
||||
const format = html === false ? "y-MM-dd TTT" : "y-MM-dd<br class='hidden-lg'> TTT";
|
||||
const timestr = luxon.DateTime.fromMillis(Math.floor(date)).toFormat(format).trim();
|
||||
return humanReadable
|
||||
? '<span title="' +
|
||||
|
||||
Reference in New Issue
Block a user