Lines Matching full:pacific
3072 Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
3075 # the Eastern and Pacific timezones.
3174 self.convert_between_tz_and_utc(Pacific, utc_real)
3176 self.convert_between_tz_and_utc(Pacific, utc_fake)
3178 # Pacific and Eastern are far enough apart that their "problem
3180 self.convert_between_tz_and_utc(Eastern, Pacific)
3181 self.convert_between_tz_and_utc(Pacific, Eastern)
3189 # Eastern vs Pacific tests too if we added 3*HOUR to the list of
3227 for tz in Eastern, Pacific: