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
Since the STAC spec says that all datetimes should be UTC, I think that the datetimes should be tz-aware. If python-dateutil happens to return a tzlocal timezone, I think pystac can assume that local = UTC and localize it to UTC.