Official timezone database for Python.
Project description
Official timezone database for Python.
Supports Python 2.7+ and 3.5+.
Installation
pip install pytzdata
Usage
You can access the content of a specific timezone file by using the tz_file() function:
from pytzdata import tz_file
with tz_file('Europe/Paris') as f:
# Do something with the file
If you just want to know the path to a specific timezone file, you may use the tz_path() function:
from pytzdata import tz_path
tz_path('Europe/Paris')
Release
To make a new release just follow these steps:
make data
Update version numbers in pytzdata/version.py and tests/test_version.py
make tox
Resources
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pytzdata-2016.8.tar.gz
(234.1 kB
view hashes)
Built Distribution
pytzdata-2016.8-py2.py3-none-any.whl
(458.2 kB
view hashes)
Close
Hashes for pytzdata-2016.8-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e7dbd60a9ccd2f36e60d01d6880fa202fdae5d7d31daa308c0f916903343063 |
|
MD5 | beccc3b8bdd100c26868152a09342335 |
|
BLAKE2b-256 | 39bf42ce4e9c93d74e6933b5b700d3ad1e6872a4724e2865efc992066aa4e427 |