diff options
author | Dan McGee <dan@archlinux.org> | 2011-01-08 12:31:22 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-08 12:31:22 -0600 |
commit | ef016929a9863810cb0e9078c13bd1142922a63d (patch) | |
tree | 7937fdc76494bc66df29594a08ff9263873bcbb3 /templates/devel/clock.html | |
parent | 139181399e43fc25b99482cfb8acd80934e1ed52 (diff) |
Add time zone format spec to clock page
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/devel/clock.html')
-rw-r--r-- | templates/devel/clock.html | 6 |
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> |