mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
@@ -437,7 +437,7 @@ function formatInfo(data) {
|
||||
'<div class="row">' +
|
||||
divStart +
|
||||
"Query received on: " +
|
||||
luxon.DateTime.fromMillis(data.time * 1000).toFormat("yyyy-MM-dd HH:mm:ss.SSS z") +
|
||||
luxon.DateTime.fromMillis(data.time * 1000).toFormat("yyyy-MM-dd HH:mm:ss.SSS ZZZZ") +
|
||||
"</div>" +
|
||||
clientInfo +
|
||||
dnssecInfo +
|
||||
@@ -445,7 +445,6 @@ function formatInfo(data) {
|
||||
statusInfo +
|
||||
cnameInfo +
|
||||
listInfo +
|
||||
ttlInfo +
|
||||
replyInfo +
|
||||
dbInfo +
|
||||
"</div>"
|
||||
@@ -598,7 +597,7 @@ $(() => {
|
||||
render(data, type) {
|
||||
if (type === "display") {
|
||||
return luxon.DateTime.fromMillis(data * 1000).toFormat(
|
||||
"yyyy-MM-dd [<br class='hidden-lg'>]HH:mm:ss z"
|
||||
"yyyy-MM-dd <br class='hidden-lg'>HH:mm:ss"
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user