Lines Matching refs:time
81 # at the time the request was made!)
105 import time
587 The client ip and current date/time are prefixed to
606 """Return the current date and time formatted for a message header."""
608 timestamp = time.time()
612 """Return the current time formatted for logging."""
613 now = time.time()
614 year, month, day, hh, mm, ss, x, y, z = time.localtime(now)
740 # compare If-Modified-Since and time of last file modification
1101 # XXX Much of the following could be prepared ahead of time!