Home
last modified time | relevance | path

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

/third_party/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py52 str(int(calendar.timegm(now.utctimetuple())))])
/third_party/flutter/skia/infra/bots/recipes/
Dupload_calmbench_results.py49 ts = int(calendar.timegm(now.utctimetuple()))
Dupload_dm_results.py58 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py109 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottietrace.py123 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottiewasm_lottieweb.py196 ts = int(calendar.timegm(now.utctimetuple()))
Dperf.py321 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/skia/infra/bots/recipes/
Dupload_dm_results.py60 str(int(calendar.timegm(now.utctimetuple())))])
Dperf.py85 ts = int(calendar.timegm(now.utctimetuple()))
Dskpbench.py144 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottietrace.py120 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottiewasm_lottieweb.py197 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/PyYAML/tests/lib/
Dtest_constructor.py249 return repr(data.utctimetuple())
/third_party/protobuf/python/google/protobuf/internal/
Dwell_known_types.py254 self.seconds = calendar.timegm(dt.utctimetuple())
/third_party/python/Lib/test/
Ddatetimetester.py4455 t = d.utctimetuple()
4471 t = d.utctimetuple()
4479 t = d.utctimetuple()
4487 self.assertRaises(TypeError, d.utctimetuple)
4494 self.assertEqual(dtz.utctimetuple()[:-1],
4501 self.assertRaises(OverflowError, tiny.utctimetuple)
4505 self.assertRaises(OverflowError, huge.utctimetuple)
4508 self.assertRaises(OverflowError, tiny.utctimetuple)
4510 self.assertRaises(OverflowError, huge.utctimetuple)
/third_party/python/Lib/
Ddatetime.py1801 def utctimetuple(self): member in datetime
/third_party/python/Doc/library/
Ddatetime.rst1328 .. method:: datetime.utctimetuple()
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1786 Add warning to :meth:`datetime.utctimetuple`, :meth:`datetime.utcnow` and
/third_party/python/Misc/
DHISTORY14206 - Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.
14207 Prior to this change, timezone adjustment in utctimetuple() could produce