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
Currently datetime.strptime method is not flexible, it only support vert strict format.
Use https://github.com/closeio/ciso8601 is better to parse iso8601 datetime format.
And add tzaware option, if tzaware=True then return datetime object with timezone info (UTC).
The change is compatible, no break changes.
The text was updated successfully, but these errors were encountered:
Currently datetime.strptime method is not flexible, it only support vert strict format.
Use https://github.com/closeio/ciso8601 is better to parse iso8601 datetime format.
And add
tzaware
option, iftzaware=True
then return datetime object with timezone info (UTC).The change is compatible, no break changes.
The text was updated successfully, but these errors were encountered: