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
[x] I have performed a self-review of my own code
[ ] I have made corresponding changes to the documentation
[x] I have run the unit tests before creating the PR
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