-
-
Notifications
You must be signed in to change notification settings - Fork 682
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
Odd parsing from list of formats #447
Comments
Hi richyvk! Do you really need the "date_formats" array? #!/usr/bin/env/python3
And then i get this:
Best regards, |
Thanks for that Lightlace. But I think this doesn't work. From your example the date is wrong no? It should be 2000-07-15 not 2000-01-01 Also, removing the list just raises errors for certain attempted parses - e.g. try 15 Jul 2000 - this errors. The error says |
My test script:
Sample output:
Seems not to like months as words. Is this normal?
The text was updated successfully, but these errors were encountered: