diff options
Diffstat (limited to 'templates/full/deviceOverspeed.vm')
-rw-r--r-- | templates/full/deviceOverspeed.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/deviceOverspeed.vm b/templates/full/deviceOverspeed.vm index e5e576f3a..f796881a0 100644 --- a/templates/full/deviceOverspeed.vm +++ b/templates/full/deviceOverspeed.vm @@ -13,7 +13,7 @@ <body> Device: $device.name<br> Exceeds the speed: $speedString#{if}($geofence) in $geofence.name#{else}#{end}<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> |