From ff534967138d71deb23c539c2983aaf7a3179a9a Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Thu, 8 Jan 2015 19:39:40 +0100 Subject: [PATCH] Don't show utc as all date are server-date --- static/partials/elements/log.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/partials/elements/log.html b/static/partials/elements/log.html index ea7dfe1..403fde1 100644 --- a/static/partials/elements/log.html +++ b/static/partials/elements/log.html @@ -19,7 +19,7 @@ - {{timezoneDate(log.context.time) | date: 'yyyy-MM-ddTHH:mm:ss:Z'}} + {{timezoneDate(log.context.time) | date: 'yyyy-MM-ddTHH:mm:ss'}}