Home
last modified time | relevance | path

Searched refs:utcnow (Results 1 – 22 of 22) sorted by relevance

/third_party/skia/infra/bots/
Dutils.py32 self._start = datetime.datetime.utcnow()
36 finish = datetime.datetime.utcnow()
/third_party/skia/infra/bots/recipes/
Dupload_nano_results.py25 now = api.time.utcnow()
Dupload_buildstats_results.py25 now = api.time.utcnow()
Dupload_dm_results.py51 now = api.time.utcnow()
Dperf.py84 now = api.time.utcnow()
Dskpbench.py143 now = api.time.utcnow()
Dperf_skottietrace.py119 now = api.time.utcnow()
Dperf_skottiewasm_lottieweb.py196 now = api.time.utcnow()
/third_party/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py42 now = self.m.time.utcnow()
/third_party/skia/platform_tools/android/tradefed/
Dupload_dm_results.py54 now = datetime.datetime.utcnow()
/third_party/python/Lib/test/support/
Dtestresult.py24 self.__suite.set('start', datetime.utcnow().isoformat(' '))
/third_party/skia/tools/skp/
Dwebpages_playback.py383 timestamp = datetime.datetime.utcnow().strftime('%Y-%m-%d')
/third_party/python/Lib/sqlite3/test/
Dtypes.py427 now = datetime.datetime.utcnow()
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py199 self.FromDatetime(datetime.utcnow())
/third_party/python/Lib/http/
Dcookiejar.py108 dt = datetime.datetime.utcnow()
126 dt = datetime.datetime.utcnow()
/third_party/node/deps/v8/tools/release/
Dcommon_includes.py182 return time.mktime(datetime.datetime.utcnow().timetuple())
/third_party/python/Lib/test/
Ddatetimetester.py2548 from_now = self.theclass.utcnow()
4329 utcnow = datetime.utcnow().replace(tzinfo=utc)
4330 now2 = utcnow.astimezone(weirdtz)
4375 meth = self.theclass.utcnow
4996 now = datetime.utcnow().replace(tzinfo=utc_real)
5100 datetime.utcnow(),
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst663 Fix datetime.datetime.now() and datetime.datetime.utcnow() on Windows to
D3.9.0a1.rst1786 Add warning to :meth:`datetime.utctimetuple`, :meth:`datetime.utcnow` and
/third_party/python/Lib/
Ddatetime.py1702 def utcnow(cls): member in datetime
/third_party/python/Doc/library/
Ddatetime.rst876 This function is preferred over :meth:`today` and :meth:`utcnow`.
879 .. classmethod:: datetime.utcnow()
/third_party/python/Misc/
DHISTORY22075 tz.fromutc(datetime.utcnow().replace(tzinfo=utc))