From ef016929a9863810cb0e9078c13bd1142922a63d Mon Sep 17 00:00:00 2001
From: Dan McGee
Date: Sat, 8 Jan 2011 12:31:22 -0600
Subject: Add time zone format spec to clock page
Signed-off-by: Dan McGee
---
templates/devel/clock.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/devel/clock.html b/templates/devel/clock.html
index ec567c2d..1bc9a849 100644
--- a/templates/devel/clock.html
+++ b/templates/devel/clock.html
@@ -10,8 +10,8 @@
depends on developers keeping the time zone information up to date, so if
you see 'UTC' listed, pester them to update their settings.
- Arch Server Time: {{ now|date:"Y-m-d H:i" }}
- UTC Time: {{ utc_now|date:"Y-m-d H:i" }}
+ Arch Server Time: {{ now|date:"Y-m-d H:i T" }}
+ UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
@@ -31,7 +31,7 @@
{{ dev.username }} |
{{ dev.userprofile.location }} |
{{ dev.userprofile.time_zone }} |
- {{ dev.current_time|date:"Y-m-d H:i" }} |
+ {{ dev.current_time|date:"Y-m-d H:i T" }} |
{% endfor %}
--
cgit v1.2.3-2-g168b