README.rst 621 B

123456789101112
  1. tzdata: Python package providing IANA time zone data
  2. ====================================================
  3. This is a Python package containing ``zic``-compiled binaries for the IANA time
  4. zone database. It is intended to be a fallback for systems that do not have
  5. system time zone data installed (or don't have it installed in a standard
  6. location), as a part of `PEP 615 <https://www.python.org/dev/peps/pep-0615/>`_
  7. This repository generates a ``pip``-installable package, published on PyPI as
  8. `tzdata <https://pypi.org/project/tzdata>`_.
  9. For more information, see `the documentation <https://tzdata.readthedocs.io>`_.