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
print DatumRangeUtil.parseISO8601Range('2016-05-20T07:46.19.400/07:46:19.8')
print datumRange('2016-05-20T07:46:19.400 to 07:46:19.8')
# print datumRange('2016-05-20T07:46.19.400 to 07:46:19.8') # make sure error is clear about : vs .
print DatumRangeUtil.parseISO8601Range('2016-05-20T07:46/07:46:30') # difference in minute/seconds resolution
print DatumRangeUtil.parseISO8601Range('2016-05-20T02/07') # Hours has never worked, but this is a similar problem (tack on ":00" and then do as before)
In Autoplot, the bug is demoed with:
Sadie reported this.
The text was updated successfully, but these errors were encountered: