home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / text / resources / DateFormatZoneData_en.class (.txt) next >
Encoding:
Java Class File  |  1979-12-31  |  2.9 KB  |  8 lines

  1. package java.text.resources;
  2.  
  3. public final class DateFormatZoneData_en extends DateFormatZoneData {
  4.    public Object[][] getContents() {
  5.       return new Object[][]{{"PST", new String[]{"PST", "Pacific Standard Time", "PST", "Pacific Daylight Time", "PDT"}}, {"America/Los_Angeles", new String[]{"America/Los_Angeles", "Pacific Standard Time", "PST", "Pacific Daylight Time", "PDT"}}, {"MST", new String[]{"MST", "Mountain Standard Time", "MST", "Mountain Daylight Time", "MDT"}}, {"America/Denver", new String[]{"America/Denver", "Mountain Standard Time", "MST", "Mountain Daylight Time", "MDT"}}, {"PNT", new String[]{"PNT", "Mountain Standard Time", "MST", "Mountain Standard Time", "MST"}}, {"America/Phoenix", new String[]{"America/Phoenix", "Mountain Standard Time", "MST", "Mountain Standard Time", "MST"}}, {"CST", new String[]{"CST", "Central Standard Time", "CST", "Central Daylight Time", "CDT"}}, {"America/Chicago", new String[]{"America/Chicago", "Central Standard Time", "CST", "Central Daylight Time", "CDT"}}, {"EST", new String[]{"EST", "Eastern Standard Time", "EST", "Eastern Daylight Time", "EDT"}}, {"America/New_York", new String[]{"America/New_York", "Eastern Standard Time", "EST", "Eastern Daylight Time", "EDT"}}, {"IET", new String[]{"IET", "Eastern Standard Time", "EST", "Eastern Standard Time", "EST"}}, {"America/Indianapolis", new String[]{"America/Indianapolis", "Eastern Standard Time", "EST", "Eastern Standard Time", "EST"}}, {"HST", new String[]{"HST", "Hawaii Standard Time", "HST", "Hawaii Standard Time", "HST"}}, {"Pacific/Honolulu", new String[]{"Pacific/Honolulu", "Hawaii Standard Time", "HST", "Hawaii Standard Time", "HST"}}, {"AST", new String[]{"AST", "Alaska Standard Time", "AKST", "Alaska Daylight Time", "AKDT"}}, {"America/Anchorage", new String[]{"America/Anchorage", "Alaska Standard Time", "AKST", "Alaska Daylight Time", "AKDT"}}, {"America/Halifax", new String[]{"America/Halifax", "Atlantic Standard Time", "AST", "Atlantic Daylight Time", "ADT"}}, {"CNT", new String[]{"CNT", "Newfoundland Standard Time", "NST", "Newfoundland Daylight Time", "NDT"}}, {"America/St_Johns", new String[]{"America/St_Johns", "Newfoundland Standard Time", "NST", "Newfoundland Daylight Time", "NDT"}}, {"ECT", new String[]{"ECT", "Central European Standard Time", "CET", "Central European Daylight Time", "CEST"}}, {"Europe/Paris", new String[]{"Europe/Paris", "Central European Standard Time", "CET", "Central European Daylight Time", "CEST"}}, {"GMT", new String[]{"GMT", "Greenwich Mean Time", "GMT", "Greenwich Mean Time", "GMT"}}, {"Africa/Casablanca", new String[]{"Africa/Casablanca", "Greenwich Mean Time", "GMT", "Greenwich Mean Time", "GMT"}}, {"Asia/Jerusalem", new String[]{"Asia/Jerusalem", "Israel Standard Time", "IST", "Israel Daylight Time", "IDT"}}, {"JST", new String[]{"JST", "Japan Standard Time", "JST", "Japan Standard Time", "JST"}}, {"Asia/Tokyo", new String[]{"Asia/Tokyo", "Japan Standard Time", "JST", "Japan Standard Time", "JST"}}, {"Europe/Bucharest", new String[]{"Europe/Bucharest", "Eastern European Standard Time", "EET", "Eastern European Daylight Time", "EEST"}}, {"CTT", new String[]{"CTT", "China Standard Time", "CST", "China Standard Time", "CDT"}}, {"Asia/Shanghai", new String[]{"Asia/Shanghai", "China Standard Time", "CST", "China Standard Time", "CDT"}}, {"localPatternChars", "GyMdkHmsSEDFwWahKz"}};
  6.    }
  7. }
  8.