Home | History | Annotate | Download | only in test

Lines Matching refs:dston

3080     dston = datetime(2002, 4, 7, 2)
3086 def checkinside(self, dt, tz, utc, dston, dstoff):
3103 if dt.date() == dston.date() and dt.hour == 2:
3150 dston = self.dston.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)
3168 for outside in dston - delta, dstoff + delta:
3197 fourback = self.dston - timedelta(hours=4)
3207 expected = self.dston.replace(hour=3)
3213 sixutc = self.dston.replace(hour=6, tzinfo=utc_real)
3217 expected = self.dston.replace(hour=1)
3281 start = self.dston.replace(hour=4, tzinfo=Eastern)