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
Sample date string: "2020-08-29T00:00:00+00:00"
I can call:
JulianDate.fromIso8601 with success
When I try to call
Cesium.TimeInterval.fromIso8601({iso8601:"2020-08-29T00:00:00+00:00"});
I get an exception: Invalid ISO 8601 date.
The text was updated successfully, but these errors were encountered:
Sample date string: "2020-08-29T00:00:00+00:00"
I can call:
JulianDate.fromIso8601 with success
When I try to call
Cesium.TimeInterval.fromIso8601({iso8601:"2020-08-29T00:00:00+00:00"});
I get an exception: Invalid ISO 8601 date.
The text was updated successfully, but these errors were encountered: