]> git.ipfire.org Git - thirdparty/babel.git/commit
Implement zoneinfo support and make pytz optional (#940)
authorDS/Charlie <82801887+ds-cbo@users.noreply.github.com>
Wed, 11 Jan 2023 10:34:43 +0000 (11:34 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Jan 2023 10:34:43 +0000 (12:34 +0200)
commit14216ed8f90832eed9c8ea24442d5b63da4389eb
treec6f5fecc12d5c62da148a0840eaf180e74c0b7f4
parent53637ddbacaef2474429b22176091a362ce6567f
Implement zoneinfo support and make pytz optional (#940)
15 files changed:
CHANGES.rst
babel/dates.py
babel/localtime/__init__.py
babel/localtime/_helpers.py [new file with mode: 0644]
babel/localtime/_unix.py
babel/localtime/_win32.py
babel/support.py
babel/util.py
docs/dates.rst
docs/dev.rst
docs/installation.rst
setup.py
tests/test_date_intervals.py
tests/test_dates.py
tests/test_support.py