Skip to content
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

Provide support for zoneinfo objects #177

Open
scw opened this issue Apr 10, 2024 · 1 comment
Open

Provide support for zoneinfo objects #177

scw opened this issue Apr 10, 2024 · 1 comment

Comments

@scw
Copy link

scw commented Apr 10, 2024

Since Python 3.9, Python has included the zoneinfo module for timezone conversions. Much of the Python ecosystem has moved over to this rather than depending on the somewhat idiosyncratic pytz module. Would it be possible to switch to this built-in library? Some libraries continue to support both with fallbacks to continue supporting older Python versions, for example here is the PR which added zoneinfo support to the babel package.

@bkemper24
Copy link
Contributor

Thanks for the suggestion. I'm looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants