Searched refs:utc_real (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_datetime.py3073 utc_real = FixedOffset(0, "UTC", 0) variable
3173 self.convert_between_tz_and_utc(Eastern, utc_real)
3174 self.convert_between_tz_and_utc(Pacific, utc_real)
3185 # class (lke utc_real and utc_fake), but not for Eastern or Central.
3213 sixutc = self.dston.replace(hour=6, tzinfo=utc_real)
3226 for utc in utc_real, utc_fake:
3233 # First UTC hour to convert; this is 4:00 when utc=utc_real &
3251 now = self.theclass.now().replace(tzinfo=utc_real)
3262 now = datetime.utcnow().replace(tzinfo=utc_real)
3295 got = fstart.replace(tzinfo=utc_real)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_datetime.py3073 utc_real = FixedOffset(0, "UTC", 0) variable
3173 self.convert_between_tz_and_utc(Eastern, utc_real)
3174 self.convert_between_tz_and_utc(Pacific, utc_real)
3185 # class (lke utc_real and utc_fake), but not for Eastern or Central.
3213 sixutc = self.dston.replace(hour=6, tzinfo=utc_real)
3226 for utc in utc_real, utc_fake:
3233 # First UTC hour to convert; this is 4:00 when utc=utc_real &
3251 now = self.theclass.now().replace(tzinfo=utc_real)
3262 now = datetime.utcnow().replace(tzinfo=utc_real)
3295 got = fstart.replace(tzinfo=utc_real)
[all...]

Completed in 221 milliseconds