DateTime format based on TIMEZONE #1044

This commit is contained in:
jokob-sk
2025-05-12 20:24:44 +10:00
parent a0a14f24cc
commit 82410814de

View File

@@ -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)));
} }
],