Lines Matching defs:time
16 import time, calendar
30 # The timezone table does not include the military time zones defined
32 # RFC822 gets the signs wrong, so we can't rely on any such time
46 """Convert a date string to a time tuple.
58 """Convert date to extended time tuple.
60 The last (additional) element is the time zone offset in seconds, except if
128 # Some non-compliant MUAs use '.' to separate time elements.
151 # the time module.
183 """Convert a time string to a time tuple."""
195 return time.mktime(data[:8] + (-1,))