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(rust): auto-detect %+ as tz-aware #6434

Merged
merged 1 commit into from
Jan 25, 2023

Conversation

MarcoGorelli
Copy link
Collaborator

@MarcoGorelli MarcoGorelli commented Jan 25, 2023

closes #6433

@github-actions github-actions bot added fix Bug fix rust Related to Rust Polars labels Jan 25, 2023
@@ -2600,7 +2626,6 @@ def test_infer_iso8601(iso8601_format: str) -> None:
.replace("%3f", "123")
.replace("%6f", "123456")
.replace("%9f", "123456789")
.replace("%Z", "Z")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not strictly related to this PR, but the infer_pattern_datetime_single doesn't handle timezone-aware (yet?), so this line wasn't necessary

@ritchie46
Copy link
Member

And again. Thanks a lot for the fix. Really making steps here. 🙌

@ritchie46 ritchie46 merged commit 232ee63 into pola-rs:master Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

'%+' isn't auto-detected to be tz-aware
2 participants