diff options
Diffstat (limited to 'templates/full/deviceStopped.vm')
-rw-r--r-- | templates/full/deviceStopped.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/deviceStopped.vm b/templates/full/deviceStopped.vm index 2ec0f8db9..9e1e47d12 100644 --- a/templates/full/deviceStopped.vm +++ b/templates/full/deviceStopped.vm @@ -4,7 +4,7 @@ <body> Device: $device.name<br> Stopped<br> -Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)<br> +Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br> Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br> </body> </html> |