Skip to content

Commit

Permalink
Fixes #10178 -- Fixing timezone in last updated module
Browse files Browse the repository at this point in the history
It should now properly track the correct timezone throughout the year.
  • Loading branch information
justinabrahms committed Feb 1, 2011
1 parent 74eab7e commit 3a3fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_website/docs/templates/docs/doc.html
Expand Up @@ -115,6 +115,6 @@ <h2>You are here:</h2>

{% block last-update-wrapper %}
<h3>Last update:</h3>
<div>{{ update_date|date:"F j, Y, P" }} (<a href="http://www.timeanddate.com/worldclock/city.html?n=64">CDT</a>)</div>
<div>{{ update_date|date:"F j, Y, P" }} (<a href="http://www.timeanddate.com/worldclock/city.html?n=64">{{ update_date|date:"T" }}</a>)</div>
{% endblock %}
{% endblock %}

0 comments on commit 3a3fcf5

Please sign in to comment.