Python package wrapping the IANA time zone database https://tzdata.readthedocs.io
Find a file
Stan Ulbrych 7ef7c619a2
Add auto-tag workflow (#110)
* Add auto-tag workflow
Runs when the version is bumped, creates and pushes a tag.
2025-12-13 12:46:59 -05:00
.github Add auto-tag workflow (#110) 2025-12-13 12:46:59 -05:00
docs Link to zoneinfo in doc (#100) 2025-09-16 09:42:12 +01:00
licenses Add Apache 2.0 license 2020-05-05 09:52:04 -04:00
news.d Update tzdata to version '2025c' 2025-12-13 12:46:45 -05:00
src/tzdata Update tzdata to version '2025c' 2025-12-13 12:46:45 -05:00
templates Drop unnecessary newline 2020-05-05 14:26:23 -04:00
tests Remove posixrules 2020-05-17 15:03:54 -04:00
.gitignore Add sphinx documentation and move README to RST 2020-05-07 18:07:07 -04:00
.pre-commit-config.yaml Update pre-commit repos 2025-11-01 16:38:26 -04:00
.readthedocs.yml Fix readthedocs build 2023-12-23 13:00:45 -05:00
bump_version.py Fix typing issues 2022-11-30 14:01:59 -05:00
LICENSE Add Apache 2.0 license 2020-05-05 09:52:04 -04:00
MANIFEST.in Include NEWS.md in source distribution 2020-10-22 14:09:11 -04:00
NEWS.md Update tzdata to version '2025c' 2025-12-13 12:46:45 -05:00
pyproject.toml Update isort to v5.5.4 in pre-commit 2020-10-07 16:53:59 -04:00
README.rst Add sphinx documentation and move README to RST 2020-05-07 18:07:07 -04:00
setup.cfg Update pre-commit repos 2025-11-01 16:38:26 -04:00
tag_release.sh Remove tag signing 2022-03-17 13:58:42 -04:00
tox.ini Stop requiring pytest-subtests for python>3.9, it has been incorporated into pytest (#115) 2025-11-17 09:41:19 -05:00
update.py Verify signatures of tarballs (#108) 2025-09-18 12:42:49 +01:00
VERSION Update tzdata to version '2025c' 2025-12-13 12:46:45 -05:00

tzdata: Python package providing IANA time zone data
====================================================

This is a Python package containing ``zic``-compiled binaries for the IANA time
zone database. It is intended to be a fallback for systems that do not have
system time zone data installed (or don't have it installed in a standard
location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_

This repository generates a ``pip``-installable package, published on PyPI as
`tzdata <https://pypi.org/project/tzdata>`_.

For more information, see `the documentation <https://tzdata.readthedocs.io>`_.