Skip to content
New issue

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

Fix: Ensure Timestamp Parsing Rejects Characters After 'Z #5189

Merged
merged 1 commit into from
Dec 8, 2023

Conversation

razeghi71
Copy link
Contributor

@razeghi71 razeghi71 commented Dec 7, 2023

Which issue does this PR close?

Closes #5182

What changes are included in this PR?

I have changed the string_to_datetime to make sure that the 'Z is always the last charachter.

Are there any user-facing changes?

No

@github-actions github-actions bot added the arrow Changes to the arrow crate label Dec 7, 2023
@tustvold
Copy link
Contributor

tustvold commented Dec 7, 2023

Looks good to me, thank you

@razeghi71 razeghi71 force-pushed the fix/timestamp-post-Z-validation branch from 23f024e to 7f1edde Compare December 8, 2023 00:30
@razeghi71 razeghi71 force-pushed the fix/timestamp-post-Z-validation branch from 7f1edde to d110fa7 Compare December 8, 2023 00:31
@tustvold tustvold merged commit 93a28a5 into apache:master Dec 8, 2023
26 checks passed
@alamb
Copy link
Contributor

alamb commented Dec 8, 2023

Thank you @razeghi71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid trailing content after Z in timezone is ignored
3 participants