summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-01-08 12:31:22 -0600
committerDan McGee <dan@archlinux.org>2011-01-08 12:31:22 -0600
commitef016929a9863810cb0e9078c13bd1142922a63d (patch)
tree7937fdc76494bc66df29594a08ff9263873bcbb3
parent139181399e43fc25b99482cfb8acd80934e1ed52 (diff)
downloadarchweb-ef016929a9863810cb0e9078c13bd1142922a63d.tar.gz
archweb-ef016929a9863810cb0e9078c13bd1142922a63d.zip
Add time zone format spec to clock page
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r--templates/devel/clock.html6
1 files 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.</p>
<p>
- Arch Server Time: {{ now|date:"Y-m-d H:i" }}<br/>
- UTC Time: {{ utc_now|date:"Y-m-d H:i" }}
+ Arch Server Time: {{ now|date:"Y-m-d H:i T" }}<br/>
+ UTC Time: {{ utc_now|date:"Y-m-d H:i T" }}
</p>
<table id="clocks-table" class="results dash-stats">
@@ -31,7 +31,7 @@
<td>{{ dev.username }}</td>
<td>{{ dev.userprofile.location }}</td>
<td>{{ dev.userprofile.time_zone }}</td>
- <td>{{ dev.current_time|date:"Y-m-d H:i" }}</td>
+ <td>{{ dev.current_time|date:"Y-m-d H:i T" }}</td>
</tr>
{% endfor %}
</tbody>