aboutsummaryrefslogtreecommitdiff
path: root/templates/sms/geofenceExit.vm
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-14 09:11:11 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-14 09:11:11 +0500
commit632e6ad06c435ca8d044e5ae3209cde36cf42743 (patch)
tree959a7791c6c436f1a8452de9adf0b3d5e0d36dcf /templates/sms/geofenceExit.vm
parent2309d53f52f25efe00f2195a58c448506a2605ab (diff)
downloadtrackermap-server-632e6ad06c435ca8d044e5ae3209cde36cf42743.tar.gz
trackermap-server-632e6ad06c435ca8d044e5ae3209cde36cf42743.tar.bz2
trackermap-server-632e6ad06c435ca8d044e5ae3209cde36cf42743.zip
- Use ternary operator
- Apply server.forceSettings to speed units, distance units and timezone - Use hyphens for date formatting
Diffstat (limited to 'templates/sms/geofenceExit.vm')
-rw-r--r--templates/sms/geofenceExit.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sms/geofenceExit.vm b/templates/sms/geofenceExit.vm
index 1314a7ebc..8553458f7 100644
--- a/templates/sms/geofenceExit.vm
+++ b/templates/sms/geofenceExit.vm
@@ -1 +1 @@
-$device.name has exited geofence $geofence.name at $dateTool.format("YYYY.MM.dd HH:mm:ss", $event.serverTime, $locale, $timezone)
+$device.name has exited geofence $geofence.name at $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.serverTime, $locale, $timezone)