Home
last modified time | relevance | path

Searched refs:utcnow (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/infra/bots/
H A Dutils.py32 self._start = datetime.datetime.utcnow()
36 finish = datetime.datetime.utcnow()
/third_party/skia/infra/bots/recipes/
H A Dupload_nano_results.py25 now = api.time.utcnow()
H A Dupload_buildstats_results.py25 now = api.time.utcnow()
H A Dupload_dm_results.py51 now = api.time.utcnow()
H A Dperf.py84 now = api.time.utcnow()
H A Dperf_skottietrace.py119 now = api.time.utcnow()
H A Dskpbench.py143 now = api.time.utcnow()
H A Dperf_skottiewasm_lottieweb.py196 now = api.time.utcnow()
/third_party/skia/platform_tools/android/tradefed/
H A Dupload_dm_results.py54 now = datetime.datetime.utcnow()
/third_party/skia/infra/bots/recipe_modules/gold_upload/
H A Dapi.py42 now = self.m.time.utcnow()
/third_party/python/Lib/test/support/
H A Dtestresult.py24 self.__suite.set('start', datetime.utcnow().isoformat(' '))
/third_party/skia/tools/skp/
H A Dwebpages_playback.py383 timestamp = datetime.datetime.utcnow().strftime('%Y-%m-%d')
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_types.py512 now = datetime.datetime.utcnow()
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py199 self.FromDatetime(datetime.utcnow())
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py182 return time.mktime(datetime.datetime.utcnow().timetuple())
/third_party/python/Lib/http/
H A Dcookiejar.py107 dt = datetime.datetime.utcnow()
125 dt = datetime.datetime.utcnow()
/third_party/python/Lib/test/
H A Ddatetimetester.py2646 # Call it a success if utcnow() and utcfromtimestamp() are within
2650 from_now = self.theclass.utcnow()
2972 ('utcnow', 'utcnow', {}),
4633 utcnow = datetime.utcnow().replace(tzinfo=utc)
4634 now2 = utcnow.astimezone(weirdtz)
4641 self.fail("utcnow(), now(tz), or astimezone() may be broken")
4679 meth = self.theclass.utcnow
4683 # utcnow() does
[all...]
/third_party/python/Lib/
H A Ddatetime.py1808 def utcnow(cls): member in datetime

Completed in 20 milliseconds