Lines Matching refs:hour
98 # The magic date (1999,3,17,hour,44,55,2,76,0) is not really that
102 for hour in (1, 22):
103 time_tuple = time.struct_time((1999,3,17,hour,44,55,2,76,0))
357 hour = minute = second = fraction = 0
397 hour = int(found_dict['H'])
399 hour = int(found_dict['I'])
403 # We're in AM so the hour is correct unless we're
405 # 12 midnight == 12 AM == hour 0
406 if hour == 12:
407 hour = 0
409 # We're in PM so we need to add 12 to the hour unless
411 # 12 noon == 12 PM == hour 12
412 if hour != 12:
413 hour += 12
556 hour, minute, second,