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've come across an issue with date parsing inside the class, when I hit an email with a date like this: Thu, 3 Sep 2015 19:23:42 -0700 (GMT-07:00)
I have a fix for this, and will submit a patch when I get it cleaned up.
The text was updated successfully, but these errors were encountered:
Fetch's MessageOverview also fails to parse the following date header:
MessageOverview
Date: Wed, 14 Aug 2019 15:26:28 +0200 (W. Europe Daylight Time)
Sorry, something went wrong.
handle time zone suffixes when parsing dates (fixes tedious#152)
69d1974
No branches or pull requests
I've come across an issue with date parsing inside the class, when I hit an email with a date like this:
Thu, 3 Sep 2015 19:23:42 -0700 (GMT-07:00)
I have a fix for this, and will submit a patch when I get it cleaned up.
The text was updated successfully, but these errors were encountered: