From 7d38ef5e0445c2ae1f91e8a874a860b0decb4980 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Mon, 14 Jan 2019 12:10:10 +0100 Subject: [PATCH] upd: add timezone to timespan --- templates/motion.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/motion.html b/templates/motion.html index eac27bd..f033a97 100644 --- a/templates/motion.html +++ b/templates/motion.html @@ -9,11 +9,11 @@ {{motion.type}}
# {{motion.identifier}}
-
Posed: {{motion.posed|timestamp}} by {{motion.poser}}
+
Posed: {{motion.posed|timestamp}} (UTC) by {{motion.poser}}
{%- if motion.canceled != None %} -
Canceled: {{motion.canceled|timestamp}} by {{motion.canceler}}
+
Canceled: {{motion.canceled|timestamp}} (UTC) by {{motion.canceler}}
{%- else %} -
Votes until: {{motion.deadline|timestamp}}
+
Votes until: {{motion.deadline|timestamp} (UTC)}
{%- endif %}
-- 2.39.2