aboutsummaryrefslogtreecommitdiff
path: root/templates/full/geofenceEnter.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/geofenceEnter.vm')
-rw-r--r--templates/full/geofenceEnter.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/geofenceEnter.vm b/templates/full/geofenceEnter.vm
index e83a0de62..9e00cb388 100644
--- a/templates/full/geofenceEnter.vm
+++ b/templates/full/geofenceEnter.vm
@@ -4,7 +4,7 @@
<body>
Device: $device.name<br>
Has entered geofence: $geofence.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>
</body>
</html>