We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I came across a string that unfortunately doesn't parse. I get the same result in markusmobius/go-dateparser (where I first encountered it).
>>> import dateparser >>> dateparser.parse("Thu 30 May 2024 10:13:10 -0500 (CDT)") == None True
For context it's from an email header (Date: Thu, 30 May 2024 10:13:10 -0500 (CDT)) from what I think is sent via JavaMail (now Jakarta Mail).
Date: Thu, 30 May 2024 10:13:10 -0500 (CDT)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I came across a string that unfortunately doesn't parse. I get the same result in markusmobius/go-dateparser (where I first encountered it).
For context it's from an email header (
Date: Thu, 30 May 2024 10:13:10 -0500 (CDT)
) from what I think is sent via JavaMail (now Jakarta Mail).The text was updated successfully, but these errors were encountered: