Add time zone format spec to clock page

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-01-08 12:31:22 -06:00
parent 139181399e
commit ef016929a9

View File

@ -10,8 +10,8 @@ <h2>Developer World Clocks</h2>
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 @@ <h2>Developer World Clocks</h2>
<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>