Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError "Unknown string format" for expiration dates with UTC #32

Open
berney opened this issue Dec 3, 2018 · 0 comments
Open

ValueError "Unknown string format" for expiration dates with UTC #32

berney opened this issue Dec 3, 2018 · 0 comments
Labels

Comments

@berney
Copy link

berney commented Dec 3, 2018

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.

@x4v13r64 x4v13r64 added the bug label Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants