Home
last modified time | relevance | path

Searched refs:pytz (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/
Dtime_utils.py14 import pytz
16 pytz = None variable
105 @decorators.test_module_available(pytz, raise_error=True)
118 epoch = datetime.datetime(1970, 1, 1, tzinfo=pytz.utc)
120 utc_datetime = local_datetime.astimezone(tz=pytz.utc)
/external/python/cpython2/Doc/library/
Ddatetime.rst1569 `pytz <https://pypi.python.org/pypi/pytz/>`_
1572 database* (also known as the Olson database) to Python: *pytz*.
1574 *pytz* contains up-to-date information and its usage is recommended.