diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-03-18 21:15:16 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-03-18 21:15:16 -0700 |
commit | 3614e9ad2f40e92a91b796ac815398e7b4f96c02 (patch) | |
tree | ff5513d8ef2f86f859e3639bfb45df77c245dab8 /templates/short/deviceOverspeed.vm | |
parent | 9c8a8f12ef7ab8579101919a39f753d55e267583 (diff) | |
download | trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.tar.gz trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.tar.bz2 trackermap-server-3614e9ad2f40e92a91b796ac815398e7b4f96c02.zip |
Update event templates
Diffstat (limited to 'templates/short/deviceOverspeed.vm')
-rw-r--r-- | templates/short/deviceOverspeed.vm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/short/deviceOverspeed.vm b/templates/short/deviceOverspeed.vm index 5e92f662c..fe318fe08 100644 --- a/templates/short/deviceOverspeed.vm +++ b/templates/short/deviceOverspeed.vm @@ -7,4 +7,4 @@ #else #set($speedString = $numberTool.format("0.0 kn", $position.speed)) #end -$device.name exceeds the speed $speedString#{if}($geofence) in $geofence.name#{else}#{end} at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone) +$device.name exceeds the speed $speedString#{if}($geofence) in $geofence.name#{else}#{end} at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone) |