Skip to main content

Official timezone database for Python.

Project description

Pytzdata Build status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytzdata-2017.2.2.tar.gz (238.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytzdata-2017.2.2-py2.py3-none-any.whl (467.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pytzdata-2017.2.2.tar.gz.

File metadata

  • Download URL: pytzdata-2017.2.2.tar.gz
  • Upload date:
  • Size: 238.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pytzdata-2017.2.2.tar.gz
Algorithm Hash digest
SHA256 141c539a6b3f6040ca4728f8a85df598f60adccdfbab3ac1efe110934ce4a331
MD5 beaadf7cccba95f5520b24e3234d036d
BLAKE2b-256 cb8a02fad34c104f778e460ebda0a289b06da8c6b62389430b67d582a0eee280

See more details on using hashes here.

File details

Details for the file pytzdata-2017.2.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for pytzdata-2017.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bd19fd653f89e498f1d4f9390d96456ce26ecd293a5e7405120a5de875d3314c
MD5 c5bbffc403cef69a3e88bf85fd7f43a5
BLAKE2b-256 b54665519d26b8528e13e25bc6bac851715655a0a8f9c32c8bde83735a703de1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page