package documentation

Undocumented

Module tz This module offers timezone implementations subclassing the abstract :py:class:`datetime.tzinfo` type. There are classes to handle tzfile format files (usually are in :file:`/etc/localtime`, :file:`/usr/share/zoneinfo`, etc), TZ environment string (in all known formats), given ranges (with help from relative deltas), local machine timezone, fixed offset timezone, and UTC timezone.
Module win This module provides an interface to the native time zone data on Windows, including :py:class:`datetime.tzinfo` implementations.
Module _common No module docstring; 0/1 constant, 3/3 functions, 2/2 classes documented
Module _factories Undocumented

From __init__.py:

Class DeprecatedTzFormatWarning Warning raised when time zones are parsed from deprecated formats.