iod.parse_iod_line() breaks when seconds are passed the expected boundaries of 0-59
Kmoneal opened this issue · comments
Kenan O'Neal commented
When calling iod.parse_iod_line(), an error is thrown when the seconds in the observation are set to 60. This is a valid number but not supported in datetime.strptime() when called in DateTime_frompacket().