# -*- coding: utf-8 -*- from .tz import * from .tz import __doc__ #: Convenience constant providing a :class:`tzutc()` instance #: #: .. versionadded:: 2.7.0 UTC = tzutc() __all__ = ["tzutc", "tzoffset", "tzlocal", "tzfile", "tzrange", "tzstr", "tzical", "tzwin", "tzwinlocal", "gettz", "enfold", "datetime_ambiguous", "datetime_exists", "resolve_imaginary", "UTC", "DeprecatedTzFormatWarning"] class DeprecatedTzFormatWarning(Warning): """Warning raised when time zones are parsed from deprecated formats."""
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
__init__.py | File | 551 B | 0644 |
|
_common.py | File | 12.59 KB | 0644 |
|
_factories.py | File | 1.4 KB | 0644 |
|
tz.py | File | 59.05 KB | 0644 |
|
win.py | File | 11.05 KB | 0644 |
|