-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
feat: Extract timezone info from python datetimes #20822
base: main
Are you sure you want to change the base?
feat: Extract timezone info from python datetimes #20822
Conversation
f33c0a8
to
837df0c
Compare
Apparently not on python 3.9 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #20822 +/- ##
=======================================
Coverage 79.64% 79.64%
=======================================
Files 1571 1571
Lines 223156 223161 +5
Branches 2546 2543 -3
=======================================
+ Hits 177731 177742 +11
+ Misses 44841 44838 -3
+ Partials 584 581 -3 ☔ View full report in Codecov by Sentry. |
d608c6e
to
ebd1aec
Compare
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
e8842e9
to
161bc95
Compare
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