mirror of
https://github.com/python/tzdata.git
synced 2025-12-19 14:16:38 +00:00
Python package wrapping the IANA time zone database
https://tzdata.readthedocs.io
|
|
||
|---|---|---|
| .github | ||
| docs | ||
| licenses | ||
| news.d | ||
| src/tzdata | ||
| templates | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .readthedocs.yml | ||
| bump_version.py | ||
| LICENSE | ||
| MANIFEST.in | ||
| NEWS.md | ||
| pyproject.toml | ||
| README.rst | ||
| setup.cfg | ||
| tag_release.sh | ||
| tox.ini | ||
| update.py | ||
| VERSION | ||
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>`_.