You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the inventory this looks like time: 2015-01-16T13:00:00.000007 2100-12-16T12:00:00
What I Did
I have updated the inventory maker so it finds the times using all_times[0].isoformat(timespec="seconds") rather than all_times[0].isoformat(). This means all the times are consistent.
But it looks like the data is incorrect.
The text was updated successfully, but these errors were encountered:
Description
A few datasets in the inventory (v20210301) had times that included milliseconds and microseconds, these were:
in the inventory this looks like
time: 2015-01-16T13:00:00.000007 2100-12-16T12:00:00
What I Did
I have updated the inventory maker so it finds the times using
all_times[0].isoformat(timespec="seconds")
rather thanall_times[0].isoformat()
. This means all the times are consistent.But it looks like the data is incorrect.
The text was updated successfully, but these errors were encountered: