Lines Matching defs:utc_real
5098 utc_real = FixedOffset(0, "UTC", 0)
5198 self.convert_between_tz_and_utc(Eastern, utc_real)
5199 self.convert_between_tz_and_utc(Pacific, utc_real)
5210 # class (like utc_real and utc_fake), but not for Eastern or Central.
5238 sixutc = self.dston.replace(hour=6, tzinfo=utc_real)
5251 for utc in utc_real, utc_fake:
5258 # First UTC hour to convert; this is 4:00 when utc=utc_real &
5276 now = self.theclass.now().replace(tzinfo=utc_real)
5295 dt = self.theclass(2001, 1, 1).replace(tzinfo=utc_real)
5300 now = datetime.utcnow().replace(tzinfo=utc_real)
5333 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)
5352 got = fstart.replace(tzinfo=utc_real).astimezone(FEastern)