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

RFE: use zoneinfo instead of pytz #451

Open
kloczek opened this issue May 29, 2024 · 0 comments
Open

RFE: use zoneinfo instead of pytz #451

kloczek opened this issue May 29, 2024 · 0 comments
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@kloczek
Copy link

kloczek commented May 29, 2024

Switch to standard zoneinfo module.
Below may help pydantic/pydantic-core@fd262933

[tkloczko@pers-jacek proto-plus-python-1.23.0]$ grep -r pytz
noxfile.py:    session.install("coverage", "pytest", "pytest-cov", "pytz")
tests/test_datetime_helpers.py:import pytz
tests/test_datetime_helpers.py:    zone = pytz.FixedOffset(-60)
tests/test_datetime_helpers.py:    zone = pytz.FixedOffset(-60)
@kloczek kloczek added priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

1 participant