Lines Matching refs:daylight
44 timezone -- daylight- and non-daylight-savings timezone representation
77 if time.tzname != self.tzname or time.daylight != self.daylight:
155 # and time.daylight; handle that in strptime.
161 self.daylight = time.daylight
163 if self.daylight:
324 time.daylight != locale_time.daylight):
478 # same and yet time.daylight is true; too ambiguous to
479 # be able to tell what timezone has daylight savings
481 time.daylight and found_zone not in ("utc", "gmt")):