mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-04 17:21:23 -07:00
BE+FE: refactor timezone UTC additional work #1506
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user