Home
last modified time | relevance | path

Searched refs:utctimetuple (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/infra/bots/recipe_modules/gold_upload/
H A Dapi.py52 str(int(calendar.timegm(now.utctimetuple())))])
/third_party/skia/infra/bots/recipes/
H A Dupload_dm_results.py60 str(int(calendar.timegm(now.utctimetuple())))])
H A Dperf.py85 ts = int(calendar.timegm(now.utctimetuple()))
H A Dperf_skottietrace.py120 ts = int(calendar.timegm(now.utctimetuple()))
H A Dskpbench.py144 ts = int(calendar.timegm(now.utctimetuple()))
H A Dperf_skottiewasm_lottieweb.py197 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/PyYAML/tests/lib/
H A Dtest_constructor.py249 return repr(data.utctimetuple())
/third_party/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py254 self.seconds = calendar.timegm(dt.utctimetuple())
/third_party/python/Lib/test/
H A Ddatetimetester.py4759 t = d.utctimetuple()
4773 # For naive datetime, utctimetuple == timetuple except for isdst
4775 t = d.utctimetuple()
4783 t = d.utctimetuple()
4791 self.assertRaises(TypeError, d.utctimetuple)
4793 # Check that utctimetuple() is the same as
4798 self.assertEqual(dtz.utctimetuple()[:-1],
4805 self.assertRaises(OverflowError, tiny.utctimetuple)
4809 self.assertRaises(OverflowError, huge.utctimetuple)
4812 self.assertRaises(OverflowError, tiny.utctimetuple)
[all...]
/third_party/python/Lib/
H A Ddatetime.py1913 def utctimetuple(self): member in datetime

Completed in 15 milliseconds