aboutsummaryrefslogtreecommitdiff
path: root/templates/full/driverChanged.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/driverChanged.vm')
-rw-r--r--templates/full/driverChanged.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/driverChanged.vm b/templates/full/driverChanged.vm
index ba1e68661..e370d3eea 100644
--- a/templates/full/driverChanged.vm
+++ b/templates/full/driverChanged.vm
@@ -3,7 +3,7 @@
<html>
<body>
Device: $device.name<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&deg;, $position.longitude&deg;#{end}</a><br>
Driver: #{if}($driver)$driver.name#{else}$event.getString("driverUniqueId")#{end}
</body>