Skip to content

Drop dependency on pytz in favor of zoneinfo #447

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
aDramaQueen opened this issue May 29, 2022 · 1 comment · Fixed by #449
Closed

Drop dependency on pytz in favor of zoneinfo #447

aDramaQueen opened this issue May 29, 2022 · 1 comment · Fixed by #449
Labels
enhancement New feature or request
Milestone

Comments

@aDramaQueen
Copy link

Proposal:
Hi, pytz is/was a good llibrary. But it's obsolete since PEP 615. In the long run, you should not use this 3rd party package, but the language integrated functionality.
Even big frameworks like Django start dropping pytz.

Current behavior:
Dependent from pytz

Desired behavior:
Independent from pytz

Alternatives considered:
Ignore it and hope pytz will be supported as long as possible.

Use case:
Dropping unnecessary dependencies leads to cleaner & less code. This reduces your effort to keep your dependencies up to date.

@bednar
Copy link
Contributor

bednar commented May 30, 2022

Hi @aDramaQueen,

thanks for suggestion. We will take a look.

Regards

@bednar bednar added the enhancement New feature or request label May 30, 2022
@bednar bednar mentioned this issue May 31, 2022
5 tasks
@bednar bednar added this to the 1.30.0 milestone Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants