parent
5c72b0a847
commit
3b912d6d68
|
|
@ -337,7 +337,7 @@ def _parse_timestamp(body, packet_type=''):
|
||||||
try:
|
try:
|
||||||
# zulu hhmmss format
|
# zulu hhmmss format
|
||||||
if form == 'h':
|
if form == 'h':
|
||||||
timestamp = "%d%02d02d%s" % (utc.year, utc.month, utc.day, ts)
|
timestamp = "%d%02d%02d%s" % (utc.year, utc.month, utc.day, ts)
|
||||||
# zulu ddhhmm format
|
# zulu ddhhmm format
|
||||||
# '/' local ddhhmm format
|
# '/' local ddhhmm format
|
||||||
elif form in 'z/':
|
elif form in 'z/':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue