Added
Link Here
|
1 |
This package was originally the reference implementation for PEP 615, |
2 |
which proposes support for the IANA time zone database in the standard |
3 |
library, and now serves as a backport to Python 3.6+ (including PyPy). |
4 |
|
5 |
This exposes the backports.zoneinfo module, which is a backport of the |
6 |
zoneinfo module. The backport's documentation can be found on readthedocs. |
7 |
|
8 |
The module uses the system time zone data if available, and falls back |
9 |
to the tzdata package (available on PyPI) if installed. |
10 |
|
11 |
WWW: https://pypi.org/project/backports.zoneinfo/ |
12 |
WWW: https://github.com/pganssle/zoneinfo |