mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
DateTime format based on TIMEZONE #1044
This commit is contained in:
@@ -78,6 +78,9 @@ require 'php/templates/header.php';
|
||||
if (result.includes("+")) { // Check if timezone offset is present
|
||||
result = result.split('+')[0]; // Remove timezone offset
|
||||
}
|
||||
|
||||
result = localizeTimestamp(result);
|
||||
|
||||
return result;
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user