Searched refs:utctimetuple (Results 1 – 19 of 19) sorted by relevance
52 str(int(calendar.timegm(now.utctimetuple())))])
49 ts = int(calendar.timegm(now.utctimetuple()))
58 str(int(calendar.timegm(now.utctimetuple())))])
109 ts = int(calendar.timegm(now.utctimetuple()))
123 ts = int(calendar.timegm(now.utctimetuple()))
196 ts = int(calendar.timegm(now.utctimetuple()))
321 ts = int(calendar.timegm(now.utctimetuple()))
60 str(int(calendar.timegm(now.utctimetuple())))])
85 ts = int(calendar.timegm(now.utctimetuple()))
144 ts = int(calendar.timegm(now.utctimetuple()))
120 ts = int(calendar.timegm(now.utctimetuple()))
197 ts = int(calendar.timegm(now.utctimetuple()))
249 return repr(data.utctimetuple())
254 self.seconds = calendar.timegm(dt.utctimetuple())
4455 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)
1801 def utctimetuple(self): member in datetime
1328 .. method:: datetime.utctimetuple()
1786 Add warning to :meth:`datetime.utctimetuple`, :meth:`datetime.utcnow` and
14206 - Issue #9005: Prevent utctimetuple() from producing year 0 or year 10,000.14207 Prior to this change, timezone adjustment in utctimetuple() could produce