From 3614e9ad2f40e92a91b796ac815398e7b4f96c02 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 18 Mar 2021 21:15:16 -0700 Subject: Update event templates --- templates/full/geofenceEnter.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/full/geofenceEnter.vm') 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 @@ Device: $device.name
Has entered geofence: $geofence.name
-Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)
+Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)
Point: #{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}
-- cgit v1.2.3