Lines Matching refs:_time
11 import time as _time
159 return _time.struct_time((y, m, d, hh, mm, ss, wday, dnum, dstflag))
262 return _time.strftime(newformat, timetuple)
960 y, m, d, hh, mm, ss, weekday, jday, dst = _time.localtime(t)
966 t = _time.time()
1757 converter = _time.gmtime if utc else _time.localtime
1804 t = _time.time()
1810 t = _time.time()
1876 y, m, d, hh, mm, ss = _time.localtime(u)[:6]
1965 localtm = _time.localtime(ts)
2630 _ord2ymd, _time, _time_class, _tzinfo_class, _wrap_strftime, _ymd2ord,