Home | History | Annotate | Download | only in test

Lines Matching refs:dstoff

3081     dstoff = datetime(2002, 10, 27, 1)
3086 def checkinside(self, dt, tz, utc, dston, dstoff):
3127 if dt.date() == dstoff.date() and dt.hour == 0:
3156 dstoff = self.dstoff.replace(tzinfo=tz)
3163 self.checkinside(dston, tz, utc, dston, dstoff)
3164 for during in dston + delta, dstoff - delta:
3165 self.checkinside(during, tz, utc, dston, dstoff)
3167 self.checkoutside(dstoff, tz, utc)
3168 for outside in dston - delta, dstoff + delta:
3228 first_std_hour = self.dstoff - timedelta(hours=2) # 23:MM
3237 expectedbase = self.dstoff.replace(hour=tzhour)
3302 start = self.dstoff.replace(hour=4, tzinfo=Eastern)