Skip to content

Commit 88974c7

Browse files
shaeespringdevinmattemxmeinholdgalenguyerSam-Cordry
authored
timezones (#378)
* change packet sorting to percentage (#370) * timezones * formatting timezone --------- Co-authored-by: Devin Matte <[email protected]> Co-authored-by: Max Meinhold <[email protected]> Co-authored-by: Galen Guyer <[email protected]> Co-authored-by: Sam Cordry <[email protected]>
1 parent 1456759 commit 88974c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/templates/packet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% extends "extend/base.html" %}
22

3-
{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M') %}
3+
{% set packet_end = packet.end.strftime('%m/%d/%Y, %H:%M %Z') %}
44

55
{% block body %}
66
<div class="container main">

0 commit comments

Comments
 (0)