summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyc/templates/lab.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyc/templates/lab.html b/pyc/templates/lab.html
index 32a0593..6cc241d 100644
--- a/pyc/templates/lab.html
+++ b/pyc/templates/lab.html
@@ -20,7 +20,7 @@ Lab {{ lab.id }} due {{ lab.due }} at 11:59:59 PDT (UTC-7):
{{ s.grade }}
{% endif %}
</td>
- <td>{{ s.time }}</td>
+ <td>{{ s.time|date:'H:i:s d/n/Y' }}</td>
</tr>
{% endfor %}
</table></p>