aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html
index e2a38939..04ae32bd 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/index.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/index.html
@@ -15,7 +15,8 @@
<div class="msg-menu"><a href="#"></a></div>
<div class="msg-ts">
<a href="/{{ msg.getUser().getName() }}/{{ msg.getMid() }}">
- <time>
+ <time datetime="{{ msg.getDate() | date('yyyy-MM-dd HH:mm:ss')}}Z"
+ title="{{msg.getDate() | date('yyyy-MM-dd HH:mm:ss')}} GMT">
{{ msg.getDate() | prettyTime }}
</time>
</a>