Home
last modified time | relevance | path

Searched refs:utcfromtimestamp (Results 1 – 25 of 29) sorted by relevance

12

/external/python/apitools/apitools/base/protorpclite/
Dmessage_types.py81 return datetime.datetime.utcfromtimestamp(
100 local_epoch = datetime.datetime.utcfromtimestamp(0)
Dutil_test.py228 epoch = time_zone.utcoffset(datetime.datetime.utcfromtimestamp(0))
/external/python/cpython3/Tools/tz/
Dzdump.py46 utc = datetime.utcfromtimestamp(trans)
48 lmt = datetime.utcfromtimestamp(trans + tti.tt_gmtoff)
/external/deqp-deps/SPIRV-Tools/utils/
Dupdate_build_version.py122 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/external/angle/third_party/vulkan-deps/spirv-tools/src/utils/
Dupdate_build_version.py122 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/external/swiftshader/third_party/SPIRV-Tools/utils/
Dupdate_build_version.py122 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/external/python/google-api-python-client/googleapiclient/
Dchannel.py83 EPOCH = datetime.datetime.utcfromtimestamp(0)
/external/python/google-api-python-client/googleapiclient/discovery_cache/
Dfile_cache.py50 EPOCH = datetime.datetime.utcfromtimestamp(0)
/external/tensorflow/tensorflow/tools/test/
Dupload_test_benchmarks.py155 start_time = datetime.datetime.utcfromtimestamp(
/external/deqp-deps/glslang/
Dbuild_info.py142 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/external/angle/third_party/vulkan-deps/glslang/src/
Dbuild_info.py142 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/external/python/cpython3/Lib/email/
Dutils.py149 dt = datetime.datetime.utcfromtimestamp(timeval)
/external/protobuf/python/google/protobuf/internal/
Dwell_known_types.py99 _EPOCH_DATETIME = datetime.utcfromtimestamp(0)
/external/python/cpython2/Lib/test/
Dtest_datetime.py1537 got = self.theclass.utcfromtimestamp(ts)
1561 self.assertRaises(ValueError, self.theclass.utcfromtimestamp,
1571 d = self.theclass.utcfromtimestamp(-1.05)
1582 from_timestamp = self.theclass.utcfromtimestamp(time.time())
2727 utcdatetime = datetime.utcfromtimestamp(timestamp)
2750 meth = self.theclass.utcfromtimestamp
/external/python/cpython3/Lib/test/
Ddatetimetester.py2386 got = self.theclass.utcfromtimestamp(ts)
2433 self.theclass.utcfromtimestamp]:
2503 self.theclass.utcfromtimestamp(ts)
2510 self.theclass.utcfromtimestamp(ts)
2527 self.assertRaises(OverflowError, self.theclass.utcfromtimestamp,
2538 d = self.theclass.utcfromtimestamp(-1.05)
2549 from_timestamp = self.theclass.utcfromtimestamp(time.time())
4362 utcdatetime = datetime.utcfromtimestamp(timestamp)
4385 meth = self.theclass.utcfromtimestamp
5781 yield datetime.utcfromtimestamp(t), shift
[all …]
Dtest_plistlib.py924 d = (datetime.datetime.utcfromtimestamp(0) +
/external/python/cpython3/Lib/http/
Dcookiejar.py102 dt = datetime.datetime.utcfromtimestamp(t)
120 dt = datetime.datetime.utcfromtimestamp(t)
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dx509.py526 return datetime.datetime.utcfromtimestamp(
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst648 Fix rounding in fromtimestamp() and utcfromtimestamp() methods of
653 (datetime(1970,1,1) + timedelta(seconds=t)) == datetime.utcfromtimestamp(t).
D3.6.0a1.rst2856 fromtimestamp() and utcfromtimestamp() methods of datetime.datetime now
/external/python/cpython3/Lib/
Ddatetime.py1722 def utcfromtimestamp(cls, t): member in datetime
1736 return cls.utcfromtimestamp(t)
/external/python/dateutil/dateutil/tz/
Dtz.py37 EPOCH = datetime.datetime.utcfromtimestamp(0)
/external/python/cpython2/Doc/library/
Ddatetime.rst690 ``tz.fromutc(datetime.utcfromtimestamp(timestamp).replace(tzinfo=tz))``.
698 identical :class:`.datetime` objects. See also :meth:`utcfromtimestamp`.
701 .. classmethod:: datetime.utcfromtimestamp(timestamp)
Dssl.rst420 >>> print(datetime.utcfromtimestamp(timestamp))
/external/python/cpython3/Doc/library/
Ddatetime.rst911 :meth:`utcfromtimestamp`.
923 .. classmethod:: datetime.utcfromtimestamp(timestamp)

12