JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 5 forks source link

[bugfix] Fix the timestamp for proper 4 digits (ignore seconds) #1538

Closed gthompsnJCSDA closed 3 months ago

gthompsnJCSDA commented 3 months ago

Description

The time stamp (hours/minutes) was incorrect since it could be single digit or two digits. So force the integer retrieved for the time to be 4 digits before parsing for the datetime object.

Issue(s) addressed

A separate one was not created.

Dependencies

None

Impact

There should be no impacts on downstream repositories

Checklist