aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/maintenance.vm
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-13 17:52:28 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-13 17:52:28 +0500
commit2309d53f52f25efe00f2195a58c448506a2605ab (patch)
tree9fdddd2384e4e331c1642f919d3db4fb1621cccb /templates/mail/maintenance.vm
parent633bed5cd14c16d53c7b84ed2c6586915467e1a8 (diff)
downloadtraccar-server-2309d53f52f25efe00f2195a58c448506a2605ab.tar.gz
traccar-server-2309d53f52f25efe00f2195a58c448506a2605ab.tar.bz2
traccar-server-2309d53f52f25efe00f2195a58c448506a2605ab.zip
- Add timezone field to User and Server model
- Pass Velocity DateTool to templates - Adjusted templates to use timezone
Diffstat (limited to 'templates/mail/maintenance.vm')
-rw-r--r--templates/mail/maintenance.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mail/maintenance.vm b/templates/mail/maintenance.vm
index c94c35cc4..2951fdfda 100644
--- a/templates/mail/maintenance.vm
+++ b/templates/mail/maintenance.vm
@@ -4,7 +4,7 @@
<body>
Device: $device.name<br>
Maintenance is required<br>
-Time: $event.serverTime<br>
+Time: $dateTool.format("YYYY.MM.dd HH:mm:ss", $event.serverTime, $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>