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
Describe the bug #3801 introduced a regression. Prior to arrow 34 the following timestamp could be parsed:
2020-09-08t12:00:12+00:00
However, after the upgrade it will generate a parse error.
To Reproduce
Try to parse this as a timestamp:
Expected behavior It should be parsed correctly
Additional context
Found whilst working on #3860
The text was updated successfully, but these errors were encountered:
Handle lower case timestamp separator (apache#3863)
3745b1d
Parse timestamps with leap seconds (#3861) (#3862)
11a8ed9
* Parse timestamps with leap seconds (#3861) * Handle lower case timestamp separator (#3863)
Parse timestamps with leap seconds (apache#3861) (apache#3862)
69470b6
* Parse timestamps with leap seconds (apache#3861) * Handle lower case timestamp separator (apache#3863)
label_issue.py automatically added labels {'arrow'} from #3862
label_issue.py
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
#3801 introduced a regression. Prior to arrow 34 the following timestamp could be parsed:
However, after the upgrade it will generate a parse error.
To Reproduce
Try to parse this as a timestamp:
Expected behavior
It should be parsed correctly
Additional context
Found whilst working on #3860
The text was updated successfully, but these errors were encountered: