Searched refs:USTimeZone (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Doc/includes/ |
D | tzinfo_examples.py | 110 class USTimeZone(tzinfo): class 172 Eastern = USTimeZone(-5, "Eastern", "EST", "EDT") 173 Central = USTimeZone(-6, "Central", "CST", "CDT") 174 Mountain = USTimeZone(-7, "Mountain", "MST", "MDT") 175 Pacific = USTimeZone(-8, "Pacific", "PST", "PDT")
|
/third_party/python/Lib/test/ |
D | datetimetester.py | 4748 class USTimeZone(tzinfo): class 4790 Eastern = USTimeZone(-5, "Eastern", "EST", "EDT") 4791 Central = USTimeZone(-6, "Central", "CST", "CDT") 4792 Mountain = USTimeZone(-7, "Mountain", "MST", "MDT") 4793 Pacific = USTimeZone(-8, "Pacific", "PST", "PDT") 5005 class FauxUSTimeZone(USTimeZone):
|