aboutsummaryrefslogtreecommitdiff
path: root/templates/full/textMessage.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/full/textMessage.vm')
-rw-r--r--templates/full/textMessage.vm2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/full/textMessage.vm b/templates/full/textMessage.vm
index 174173c85..a20dddbe0 100644
--- a/templates/full/textMessage.vm
+++ b/templates/full/textMessage.vm
@@ -4,6 +4,6 @@
<body>
Device: $device.name<br>
Message: $event.getString("message")<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>
</body>
</html>