From 82410814deb801f264ab6e2953cefc1c1a97cb58 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 12 May 2025 20:24:44 +1000 Subject: [PATCH] DateTime format based on TIMEZONE #1044 --- front/deviceDetailsEvents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/deviceDetailsEvents.php b/front/deviceDetailsEvents.php index d96620c6..401c7641 100755 --- a/front/deviceDetailsEvents.php +++ b/front/deviceDetailsEvents.php @@ -65,7 +65,7 @@ function initializeSessionsDatatable () { // Replace HTML codes {targets: [0], 'createdCell': function (td, cellData, rowData, row, col) { - $(td).html (translateHTMLcodes (cellData)); + $(td).html (translateHTMLcodes (localizeTimestamp(cellData))); } } ],