Skip to content

ENH: Drop dependency on pytz in favor of zoneinfo #47748

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

Closed
3 tasks
aDramaQueen opened this issue Jul 16, 2022 · 1 comment
Closed
3 tasks

ENH: Drop dependency on pytz in favor of zoneinfo #47748

aDramaQueen opened this issue Jul 16, 2022 · 1 comment
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@aDramaQueen
Copy link

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

Hi,
pytz is/was a good llibrary. But it's obsolete since PEP 615. In the long run, you should not use 3rd party package, but the language integrated functionality.
Even big frameworks like Django (Django Release Info) already dropped pytz.

Feature Description

Nothing should change for any user, therefore i post here standard code:

pd.Timestamp('2017-01-01T12')

Alternative Solutions

Ignore it and hope pytz will be supported as long as possible

Additional Context

No response

@aDramaQueen aDramaQueen added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Jul 16, 2022
@phofl
Copy link
Member

phofl commented Jul 16, 2022

Hi,

thanks for your report. This is a duplicate of #34916

@phofl phofl closed this as completed Jul 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

2 participants