Skip to content
/ pytz Public

pytz Python historical timezone library and database

License

Notifications You must be signed in to change notification settings

stub42/pytz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82e0891 · Mar 25, 2025
Aug 2, 2024
Mar 25, 2025
Mar 25, 2025
Oct 3, 2016
Oct 25, 2019
Aug 2, 2024
Jan 13, 2020
Nov 4, 2019
Oct 11, 2008
Jan 11, 2020
Dec 28, 2020
Sep 26, 2021
Dec 18, 2022
Oct 30, 2022

Repository files navigation

pytz

Brings the IANA tz database into Python. This library allows accurate and cross platform timezone calculations.

pytz contains generated code, and this branch generates it. The actual pytz code and documentation can be found in the src/ directory.

Usage Information / Documentation

See the pytz README.

pytz for Enterprise

Available as part of the Tidelift Subscription.

The maintainers of pytz and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.

Release process

1) Untar upstream tarballs into elsie/src
2) Update VERSION & OLSON_VERSION in src/pytz/__init__.py, and EXPECTED_VERSION in
   src/pytz/tests/test_tzinfo.py
3) make test
4) make dist