BE+FE: refactor timezone UTC additional work #1506

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-02-15 16:52:15 +11:00
parent 64dbf8a3ba
commit e61bf097ac

View File

@@ -115,7 +115,7 @@
// console.log(notification) // console.log(notification)
timestamp.textContent = notification.DateTimeCreated; timestamp.textContent = localizeTimestamp(notification.DateTimeCreated);
notiGuid.textContent = notification.GUID; notiGuid.textContent = notification.GUID;
currentIndex = index; currentIndex = index;