We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c56051 commit dcbde68Copy full SHA for dcbde68
packet/templates/packet.html
@@ -1,6 +1,6 @@
1
{% extends "extend/base.html" %}
2
3
-{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M') %}
+{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M:%Z') %}
4
5
{% block body %}
6
<div class="container main">
0 commit comments