Skip to content

Commit 56221b3

Browse files
committed
formatting timezone
1 parent dcbde68 commit 56221b3

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:%Z') %}
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)