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
Could you add support for zoneName? https://github.com/sisyphsu/dateparser/blob/master/src/main/java/com/github/sisyphsu/dateparser/DateParser.java#L207
zoneName
For example EEE MMM dd HH:mm:ss z yyyy would match Sun Feb 23 22:34:30 EST 2020
EEE MMM dd HH:mm:ss z yyyy
Sun Feb 23 22:34:30 EST 2020
The text was updated successfully, but these errors were encountered:
Thanks for you suggestion, i will add it, but may not very soon.
Sorry, something went wrong.
Did you have some time to progress on that feature please ?
No branches or pull requests
Could you add support for
zoneName
? https://github.com/sisyphsu/dateparser/blob/master/src/main/java/com/github/sisyphsu/dateparser/DateParser.java#L207For example
EEE MMM dd HH:mm:ss z yyyy
would matchSun Feb 23 22:34:30 EST 2020
The text was updated successfully, but these errors were encountered: