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')
By default, pytzdata will use the bundled timezone database, however you can set a custom directory that holds the timezone files using the set_directory function:
import pytzdata
pytzdata.set_directory('/custom/zoneinfo')
You can also set the PYTZDATA_TZDATADIR environment variable to set a custom directory.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pytzdata-2018.3.tar.gz.
File metadata
- Download URL: pytzdata-2018.3.tar.gz
- Upload date:
- Size: 280.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e2cceb54335cd6c28caea46b15cd592e2aec5e8b05b0241cbccfb1b23c02ae7
|
|
| MD5 |
5d280244de06b2cb0158e1d1cad4bdfa
|
|
| BLAKE2b-256 |
bc6fc885e9f84ef39cb731af615094040d5f12aa03eba3d3793fe4cef0ffa95b
|
File details
Details for the file pytzdata-2018.3-py2.py3-none-any.whl.
File metadata
- Download URL: pytzdata-2018.3-py2.py3-none-any.whl
- Upload date:
- Size: 492.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cd949123e2c2060fd12793de3a4a449e36b5dea5e169b810a3ac3f0b9877cfa
|
|
| MD5 |
a47996baa3dec20f77592d84885350c6
|
|
| BLAKE2b-256 |
d2de7c51d2331b15769ebcabd29861cf3d0b51cf4798dd0b46c7ea7df0ff3ad7
|