Commit 06f5e499 by Kevin Falcone

This appears to actually be in UTC (not in the django TZ default).

You can see the times are marked +00:00 for the ISO 8601 format date and
I see no code in the backend that tries to convert.
parent 679cdc37
......@@ -4,7 +4,7 @@
% for i, (entry, score) in enumerate(zip(history_entries, scores)):
<hr/>
<div>
<b>#${len(history_entries) - i}</b>: ${entry.updated} (${TIME_ZONE} time)</br>
<b>#${len(history_entries) - i}</b>: ${entry.updated} UTC</br>
Score: ${score.grade} / ${score.max_grade}
<pre>
${json.dumps(entry.state, indent=2, sort_keys=True) | h}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment