It's not UTC time, it's whatever the local settings are set to (New York in prod)

This commit is contained in:
David Ormsbee
2013-03-04 15:19:24 -05:00
parent 88a30cb733
commit 01a1bf6b6f

View File

@@ -4,7 +4,7 @@
% for i, entry in enumerate(history_entries):
<hr/>
<div>
<b>#${len(history_entries) - i}</b>: ${entry.created} UTC</br>
<b>#${len(history_entries) - i}</b>: ${entry.created} (${TIME_ZONE} time)</br>
Score: ${entry.grade} / ${entry.max_grade}
<pre>
${json.dumps(json.loads(entry.state), indent=2, sort_keys=True) | h}