You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
828 B
59 lines
828 B
==
|
|
tz
|
|
==
|
|
.. py:currentmodule:: dateutil.tz
|
|
|
|
.. automodule:: dateutil.tz
|
|
|
|
Objects
|
|
-------
|
|
.. py:data:: dateutil.tz.UTC
|
|
|
|
A convenience instance of :class:`dateutil.tz.tzutc`.
|
|
|
|
Functions
|
|
---------
|
|
|
|
.. autofunction:: gettz
|
|
|
|
.. automethod:: gettz.nocache
|
|
.. automethod:: gettz.cache_clear
|
|
|
|
.. autofunction:: enfold
|
|
|
|
.. autofunction:: datetime_ambiguous
|
|
.. autofunction:: datetime_exists
|
|
|
|
.. autofunction:: resolve_imaginary
|
|
|
|
|
|
Classes
|
|
-------
|
|
|
|
.. autoclass:: tzutc
|
|
|
|
.. autoclass:: tzoffset
|
|
|
|
.. autoclass:: tzlocal
|
|
|
|
.. autoclass:: tzwinlocal
|
|
:members: display, transitions
|
|
|
|
.. note::
|
|
|
|
Only available on Windows
|
|
|
|
.. autoclass:: tzrange
|
|
|
|
.. autoclass:: tzstr
|
|
|
|
.. autoclass:: tzical
|
|
:members:
|
|
|
|
.. autoclass:: tzwin
|
|
:members: display, transitions, list
|
|
|
|
.. note::
|
|
|
|
Only available on Windows
|