diff --git a/web/skins/classic/includes/export_functions.php b/web/skins/classic/includes/export_functions.php index 9573d45ff..4b88cd06e 100644 --- a/web/skins/classic/includes/export_functions.php +++ b/web/skins/classic/includes/export_functions.php @@ -72,6 +72,7 @@ function exportEventDetail($event, $exportFrames, $exportImages) { if ( $exportFrames ) $otherlinks .= ' '.translate('Frames').','; if ( $exportImages ) $otherlinks .= ' '.translate('Images').','; $otherlinks = substr($otherlinks, 0, -1); + global $dateTimeFormatter; ?>
@@ -83,7 +84,7 @@ function exportEventDetail($event, $exportFrames, $exportImages) { Monitor()->Name()) ?> (MonitorId() ?>) Cause()) ?> Notes()) ?> - StartDateTime())) ?> + format(strtotime($event->StartDateTime())) ?> Length() ?> Frames() ?> AlarmFrames() ?> @@ -143,11 +144,12 @@ function exportEventFrames($event, $exportDetail, $exportImages) { } $class = strtolower($frame['Type']); + global $timeFormatter; ?> - + format($frame['UnixTimeStamp']) ?>