Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dtime_utils.py20 import pytz
22 pytz = None variable
111 @decorators.test_module_available(pytz, raise_error=True)
124 epoch = datetime.datetime(1970, 1, 1, tzinfo=pytz.utc)
126 utc_datetime = local_datetime.astimezone(tz=pytz.utc)
/external/python/cryptography/tests/x509/
Dtest_x509_revokedcertbuilder.py11 import pytz
66 tz = pytz.timezone("US/Pacific")
Dtest_x509_crlbuilder.py11 import pytz
46 tz = pytz.timezone("US/Pacific")
81 tz = pytz.timezone("US/Pacific")
Dtest_x509.py16 import pytz
2010 tz = pytz.timezone("US/Pacific")
2085 tz = pytz.timezone("US/Pacific")
/external/oss-fuzz/projects/django/
Dbuild.sh64 $CPYTHON_INSTALL_PATH/bin/pip3 install asgiref pytz sqlparse -t $OUT/django-dependencies
/external/python/jinja/requirements/
Ddocs.txt20 pytz==2020.1 # via babel
/external/python/markupsafe/requirements/
Ddocs.txt20 pytz==2020.1 # via babel
/external/python/rsa/
DPipfile.lock357 "pytz": {
/external/angle/
D.vpython198 name: "infra/python/wheels/pytz-py2_py3"
/external/python/cpython2/Doc/library/
Ddatetime.rst1569 `pytz <https://pypi.org/project/pytz/>`_
1572 database* (also known as the Olson database) to Python: *pytz*.
1574 *pytz* contains up-to-date information and its usage is recommended.