We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In [14]: Timestamp(datetime(2022, 1, 1, tzinfo=timezone.utc), tz=None) Out[14]: Timestamp('2022-01-01 00:00:00+0000', tz='UTC')
If a user explicitly passes tz=None and a tzaware string or datetime object, we should raise. This was fixed for DatetimeIndex in GH#48659
The text was updated successfully, but these errors were encountered:
take
Sorry, something went wrong.
tqa236
Successfully merging a pull request may close this issue.
If a user explicitly passes tz=None and a tzaware string or datetime object, we should raise. This was fixed for DatetimeIndex in GH#48659
The text was updated successfully, but these errors were encountered: