feat: Extract timezone info from python datetimes#20822
Merged
ritchie46 merged 5 commits intopola-rs:mainfrom Jan 28, 2025
Merged
feat: Extract timezone info from python datetimes#20822ritchie46 merged 5 commits intopola-rs:mainfrom
ritchie46 merged 5 commits intopola-rs:mainfrom
Conversation
f33c0a8 to
837df0c
Compare
Contributor
Author
Apparently not on python 3.9 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20822 +/- ##
=======================================
Coverage 79.28% 79.29%
=======================================
Files 1578 1578
Lines 224195 224200 +5
Branches 2576 2573 -3
=======================================
+ Hits 177756 177780 +24
+ Misses 45848 45832 -16
+ Partials 591 588 -3 ☔ View full report in Codecov by Sentry. |
d608c6e to
ebd1aec
Compare
Closed
2 tasks
Contributor
Author
|
The amount of timezone related issues showed me where the "infer" part needs to be. I will investigate which issues are relevant to this and add tests accordingly. |
a242bd7 to
e8842e9
Compare
Contributor
Author
e8842e9 to
161bc95
Compare
161bc95 to
5296768
Compare
Member
|
Thank you @bschoenmaeckers. 👍 |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We now extract the timezone from python as of #20660 (comment). It is however not yet clear to me when we have to infer the local timezone because all tests currently pass.
fixes #20766
closes #19509