Lines Matching defs:Pacific
5097 Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
5100 # the Eastern and Pacific timezones.
5199 self.convert_between_tz_and_utc(Pacific, utc_real)
5201 self.convert_between_tz_and_utc(Pacific, utc_fake)
5203 # Pacific and Eastern are far enough apart that their "problem
5205 self.convert_between_tz_and_utc(Eastern, Pacific)
5206 self.convert_between_tz_and_utc(Pacific, Eastern)
5214 # Eastern vs Pacific tests too if we added 3*HOUR to the list of
5252 for tz in Eastern, Pacific: