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
Timestamps with dates of the following form:
"2013 May 02 11:37:55"
fail to parse with the error:
"2013 May 02 11:37:55": month out of range
The text was updated successfully, but these errors were encountered:
Add support for dates of the form "yyyy mmm dd" where mmm is an alpha…
ebfdb9c
… literal Fixes araddon#141 Signed-off-by: Daniel Ferstay <[email protected]>
Implement support for yyyy mon dd (2013 May 02)
18938f1
Incorporate PR araddon#142 from https://github.com/dferstay to fix araddon#141
Successfully merging a pull request may close this issue.
Timestamps with dates of the following form:
fail to parse with the error:
The text was updated successfully, but these errors were encountered: