Home | History | Annotate | Download | only in python2.7

Lines Matching full:localtime

1091             tm = time.strftime('%M:%S', time.localtime(secs))
1348 lt = time.localtime(utc)
1354 return time.localtime(utc - zone)
1389 representing local time (as returned by time.localtime()), or a
1395 tt = time.localtime(date_time)