HomeSort by relevance Sort by last modified time
    Searched refs:astimezone (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/common_lib/
time_utils.py 120 utc_datetime = local_datetime.astimezone(tz=pytz.utc)
  /external/python/cpython3/Tools/scripts/
diff.py 17 return t.astimezone().isoformat()
  /external/python/cpython3/Lib/email/
utils.py 163 dt = dt.astimezone()
360 return datetime.datetime.now(datetime.timezone.utc).astimezone()
362 return dt.astimezone()
  /external/python/cpython3/Lib/test/
datetimetester.py     [all...]
test_logging.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_datetime.py     [all...]
  /external/python/cpython2/Lib/test/
test_datetime.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py     [all...]
  /external/python/cpython3/Lib/
imaplib.py     [all...]
datetime.py 1621 def astimezone(self, tz=None): member in class:datetime
    [all...]

Completed in 1406 milliseconds