Home
last modified time | relevance | path

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

/third_party/python/Tools/tz/
Dzdump.py46 utc = datetime.utcfromtimestamp(trans)
48 lmt = datetime.utcfromtimestamp(trans + tti.tt_gmtoff)
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dupdate_build_version.py122 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/third_party/spirv-tools/utils/
Dupdate_build_version.py120 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/third_party/skia/third_party/externals/spirv-tools/utils/
Dupdate_build_version.py122 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/third_party/glslang/
Dbuild_info.py142 formatted = datetime.datetime.utcfromtimestamp(timestamp).isoformat()
/third_party/python/Lib/email/
Dutils.py149 dt = datetime.datetime.utcfromtimestamp(timeval)
/third_party/mbedtls/scripts/
Dassemble_changelog.py357 return datetime.datetime.utcfromtimestamp(int(text))
/third_party/python/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())
4363 utcdatetime = datetime.utcfromtimestamp(timestamp)
4386 meth = self.theclass.utcfromtimestamp
5760 yield datetime.utcfromtimestamp(t), shift
[all …]
Dtest_plistlib.py925 d = (datetime.datetime.utcfromtimestamp(0) +
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py99 _EPOCH_DATETIME = datetime.utcfromtimestamp(0)
/third_party/python/Lib/http/
Dcookiejar.py110 dt = datetime.datetime.utcfromtimestamp(t)
128 dt = datetime.datetime.utcfromtimestamp(t)
/third_party/python/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
D3.9.0a1.rst1787 :meth:`datetime.utcfromtimestamp` .
/third_party/python/Lib/
Ddatetime.py1691 def utcfromtimestamp(cls, t): member in datetime
1705 return cls.utcfromtimestamp(t)
/third_party/cef/tools/automate/
Dautomate-git.py167 return datetime.utcfromtimestamp(
/third_party/python/Doc/library/
Ddatetime.rst914 :meth:`utcfromtimestamp`.
926 .. classmethod:: datetime.utcfromtimestamp(timestamp)
Dssl.rst418 >>> print(datetime.utcfromtimestamp(timestamp)) # doctest: +SKIP
/third_party/python/Misc/
DHISTORY380 - Issue #23517: Fix rounding in fromtimestamp() and utcfromtimestamp() methods
385 (datetime(1970,1,1) + timedelta(seconds=t)) == datetime.utcfromtimestamp(t).
8108 datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp()
8113 datetime.datetime.utcfromtimestamp() now raises an OverflowError, instead of
8117 datetime.datetime.utcfromtimestamp() now round microseconds towards zero
20622 fromtimestamp() and utcfromtimestamp() methods in the datetime module