-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: rendering dt64tz values with non-pytz #49684
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
Conversation
@@ -136,6 +135,7 @@ def ints_to_pydatetime( | |||
tzinfo new_tz | |||
bint use_date = False, use_ts = False, use_pydt = False | |||
object res_val | |||
bint fold = 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So fold never needs to be set to 1 for the repr?
Also fold
in the docstring can be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So fold never needs to be set to 1 for the repr?
it doesn't matter in pytz cases and it gets set via pointer in non-pytz cases
Also fold in the docstring can be removed
Will do in follow-up if thats OK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah follow up PR is good
Thanks @jbrockmendel |
* BUG: rendering dt64tz values with non-pytz * GH ref * py38 compat * compat for no-tzdata
* BUG: rendering dt64tz values with non-pytz * GH ref * py38 compat * compat for no-tzdata
This patch may have induced a potential regression. Please check the links below. If any ASVs are parameterized, the combinations of parameters that a regression has been detected appear as subbullets. This is a partially automated message.
|
doc/source/whatsnew/vX.X.X.rst
file if fixing a bug or adding a new feature.