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
I get a ValueError: ('Unknown string format:', '2018-12-04 00:07:02 +0000 UTC') exception in Opinel expiration = dateutil.parser.parse(credentials['Expiration']).
The problem is the string having UTC at the end, if I modify the source to remove this from the string it seems to parse correctly.
The text was updated successfully, but these errors were encountered:
I get a
ValueError: ('Unknown string format:', '2018-12-04 00:07:02 +0000 UTC')
exception in Opinelexpiration = dateutil.parser.parse(credentials['Expiration'])
.The problem is the string having
UTC
at the end, if I modify the source to remove this from the string it seems to parse correctly.The text was updated successfully, but these errors were encountered: