Lines Matching refs:_time
34 import time as _time
1500 _time.strftime('%')
1503 self.assertEqual(t.strftime('%'), _time.strftime('%', t.timetuple()))
1506 _time.strftime("m:03 d:02 y:05 %", t.timetuple()),
2689 (-_time.timezone, _time.tzname[0])):
5700 tm = _time.localtime(1.4e9)
5701 if _time.strftime('%Z%z', tm) != 'LHST+1030':
5728 tm = _time.localtime(1.4e9)
5729 if _time.strftime('%Z%z', tm) != 'LHST+1030':
6180 _time.tzset()
6208 _time.tzset()