1. /*
  2. * @(#)DateFormatZoneData_en_US.java 1.4 01/11/29
  3. *
  4. * Copyright 2002 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. /*
  8. * @(#)DateFormatZoneData_en_US.java 1.4 01/11/29
  9. *
  10. * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  11. * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  12. *
  13. * Portions copyright (c) 1997, 1998 Sun Microsystems, Inc.
  14. * All Rights Reserved.
  15. *
  16. * The original version of this source code and documentation
  17. * is copyrighted and owned by Taligent, Inc., a wholly-owned
  18. * subsidiary of IBM. These materials are provided under terms
  19. * of a License Agreement between Taligent and Sun. This technology
  20. * is protected by multiple US and International patents.
  21. *
  22. * This notice and attribution to Taligent may not be removed.
  23. * Taligent is a registered trademark of Taligent, Inc.
  24. *
  25. * Permission to use, copy, modify, and distribute this software
  26. * and its documentation for NON-COMMERCIAL purposes and without
  27. * fee is hereby granted provided that this copyright notice
  28. * appears in all copies. Please refer to the file "copyright.html"
  29. * for further important copyright and licensing information.
  30. *
  31. * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
  32. * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
  33. * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
  34. * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
  35. * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
  36. * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
  37. *
  38. */
  39. package java.text.resources;
  40. import java.util.ListResourceBundle;
  41. /**
  42. * Supplement package private date-time formatting zone data for DateFormat.
  43. * DateFormatData used in DateFormat will be initialized by loading the data
  44. * from LocaleElements and DateFormatZoneData resources. The zone data are
  45. * represented with the following form:
  46. * {ID, long zone string, short zone string, long daylight string,
  47. * short daylight string, representative city of zone}, where ID is
  48. * NOT localized, but is used to look up the localized timezone data
  49. * internally. Localizers can localize any zone strings except
  50. * for the ID of the timezone.
  51. * @see ListResourceBundle
  52. * @see Format
  53. * @see DateFormatData
  54. * @see LocaleElements
  55. * @see SimpleDateFormat
  56. * @see TimeZone
  57. * @version 1.4 01/27/97
  58. * @author Chen-Lieh Huang
  59. * @author Alan Liu
  60. */
  61. // US DateFormatZoneData
  62. //
  63. public final class DateFormatZoneData_en_US extends ListResourceBundle
  64. {
  65. /**
  66. * Overrides ListResourceBundle
  67. */
  68. public Object[][] getContents() {
  69. return new Object[][] {
  70. {"zoneStrings",
  71. new String[][] {
  72. // Zones should have unique names and abbreviations within this locale.
  73. // Names and abbreviations may be identical if the corresponding zones
  74. // really are identical. E.g.: America/Phoenix and America/Denver both
  75. // use MST; these zones differ only in that America/Denver uses MDT as
  76. // well.
  77. //
  78. // We list both short and long IDs. Short IDs come first so that they
  79. // are chosen preferentially during parsing of zone names.
  80. //
  81. // ar
  82. {"Africa/Cairo", "Eastern European Time", "EET",
  83. "Eastern European Summer Time", "EEST" /*Cairo*/},
  84. // be
  85. {"Europe/Moscow", "Moscow Standard Time", "MSK",
  86. "Moscow Daylight Time", "MSD" /*Moscow*/},
  87. //{"Europe/Minsk", "Eastern European Standard Time", "EET",
  88. // "Eastern European Daylight Time", "EEST" /*Minsk*/}
  89. // bg
  90. //{"Europe/Bucharest", "Eastern European Standard Time", "EET",
  91. // "Eastern European Daylight Time", "EEST" /*Sofia*/}
  92. // ca
  93. //{"Europe/Paris", "Central European Standard Time", "CET",
  94. // "Central European Daylight Time", "CEST" /*Madrid*/}
  95. // cs
  96. //{"ECT", "Central European Standard Time", "CEST",
  97. // "Central European Daylight Time", "CEDT" /*Prague*/},
  98. // da
  99. //{"ECT", "Central European Standard Time", "CEST",
  100. // "Central European Daylight Time", "CEDT" /*Copenhagen*/},
  101. // de
  102. //{"ECT", "Central European Standard Time", "CEST",
  103. // "Central European Daylight Time", "CEDT" /*Berlin*/},
  104. // de_AT
  105. //{"ECT", "Central European Standard Time", "CEST",
  106. // "Central European Daylight Time", "CEDT" /*Vienna*/},
  107. // de_CH
  108. //{"ECT", "Central European Standard Time", "CEST",
  109. // "Central European Daylight Time", "CEDT" /*Zurich*/},
  110. // el
  111. //{"Europe/Istanbul", "Eastern European Standard Time", "EET",
  112. // "Eastern European Daylight Time", "EEST" /*Athens*/},
  113. // en
  114. {"PST" /*--America/Los_Angeles--*/, "Pacific Standard Time", "PST",
  115. "Pacific Daylight Time", "PDT" /*San Francisco*/},
  116. {"America/Los_Angeles", "Pacific Standard Time", "PST",
  117. "Pacific Daylight Time", "PDT" /*San Francisco*/},
  118. {"MST" /*--America/Denver--*/, "Mountain Standard Time", "MST",
  119. "Mountain Daylight Time", "MDT" /*Denver*/},
  120. {"America/Denver", "Mountain Standard Time", "MST",
  121. "Mountain Daylight Time", "MDT" /*Denver*/},
  122. {"PNT" /*--America/Phoenix--*/, "Mountain Standard Time", "MST",
  123. "Mountain Standard Time", "MST" /*Phoenix*/},
  124. {"America/Phoenix", "Mountain Standard Time", "MST",
  125. "Mountain Standard Time", "MST" /*Phoenix*/},
  126. {"CST" /*--America/Chicago--*/, "Central Standard Time", "CST",
  127. "Central Daylight Time", "CDT" /*Chicago*/},
  128. {"America/Chicago", "Central Standard Time", "CST",
  129. "Central Daylight Time", "CDT" /*Chicago*/},
  130. {"EST" /*--America/New_York--*/, "Eastern Standard Time", "EST",
  131. "Eastern Daylight Time", "EDT" /*New York*/},
  132. {"America/New_York", "Eastern Standard Time", "EST",
  133. "Eastern Daylight Time", "EDT" /*New York*/},
  134. {"America/Montreal", "Eastern Standard Time", "EST",
  135. "Eastern Standard Time", "EST" /*Montreal*/},
  136. {"IET" /*--America/Indianapolis--*/, "Eastern Standard Time", "EST",
  137. "Eastern Standard Time", "EST" /*Indianapolis*/},
  138. {"America/Indianapolis", "Eastern Standard Time", "EST",
  139. "Eastern Standard Time", "EST" /*Indianapolis*/},
  140. {"HST" /*--Pacific/Honolulu--*/, "Hawaii Standard Time", "HST",
  141. "Hawaii Standard Time", "HST" /*Honolulu*/},
  142. {"Pacific/Honolulu", "Hawaii Standard Time", "HST",
  143. "Hawaii Standard Time", "HST" /*Honolulu*/},
  144. {"AST" /*--America/Anchorage--*/, "Alaska Standard Time", "AKST",
  145. "Alaska Daylight Time", "AKDT" /*Anchorage*/},
  146. {"America/Anchorage", "Alaska Standard Time", "AKST",
  147. "Alaska Daylight Time", "AKDT" /*Anchorage*/},
  148. //{"AMT", "Amazon Standard Time", "AMT",
  149. // "Amazon Daylight Time", "AMT" /*Manaus*/},
  150. {"America/Manaus", "Amazon Standard Time", "AMT",
  151. "Amazon Daylight Time", "AMT" /*Manaus*/},
  152. {"America/Halifax", "Atlantic Standard Time", "AST",
  153. "Atlantic Daylight Time", "ADT" /*Halifax*/},
  154. {"CNT" /*--America/St_Johns--*/, "Newfoundland Standard Time",
  155. "NST", "Newfoundland Daylight Time", "NDT" /*St. John's*/},
  156. {"America/St_Johns", "Newfoundland Standard Time",
  157. "NST", "Newfoundland Daylight Time", "NDT" /*St. John's*/},
  158. // es
  159. //{"ECT", "Central European Standard Time", "CEST",
  160. // "Central European Daylight Time", "CEDT" /*Madrid*/},
  161. // et
  162. //{"EET", "Eastern European Standard Time", "EEST",
  163. // "Eastern European Daylight Time", "EEDT" /*Tallinn*/},
  164. // fi
  165. {"EET", "Eastern European Time", "EET",
  166. "Eastern European Summer Time", "EEST" /*Helsinki*/},
  167. {"Europe/Helsinki", "Eastern European Time", "EET",
  168. "Eastern European Summer Time", "EEST" /*Helsinki*/},
  169. // fr
  170. {"ECT" /*--Europe/Paris--*/, "Central European Time",
  171. "CET", "Central European Summer Time", "CEST" /*Paris*/},
  172. {"Europe/Paris", "Central European Time", "CET",
  173. "Central European Summer Time", "CEST" /*Paris*/},
  174. {"Europe/Berlin", "Central European Time", "CET",
  175. "Central European Summer Time", "CEST" /*Berlin*/},
  176. // fr_BE
  177. //{"ECT", "Central European Standard Time", "CEST",
  178. // "Central European Daylight Time", "CEDT" /*Brussels*/},
  179. // fr_CA
  180. // fr_CH
  181. //{"ECT", "Central European Standard Time", "CEST",
  182. // "Central European Daylight Time", "CEDT" /*Geneva*/},
  183. // hr
  184. //{"ECT", "Central European Standard Time", "CEST",
  185. // "Central European Daylight Time", "CEDT" /*Zagreb*/},
  186. // hu
  187. //{"ECT", "Central European Standard Time", "CEST",
  188. // "Central European Daylight Time", "CEDT" /*Budapest*/},
  189. // is
  190. {"GMT", "Greenwich Mean Time", "GMT",
  191. "Greenwich Mean Time", "GMT" /*Reykjavik*/},
  192. {"Europe/London", "Greenwich Mean Time", "GMT",
  193. "British Summer Time", "BST" /*London*/},
  194. {"Africa/Casablanca", "Greenwich Mean Time", "GMT",
  195. "Greenwich Mean Time", "GMT" /*Casablanca*/},
  196. // it
  197. //{"ECT", "Central European Standard Time", "CEST",
  198. // "Central European Daylight Time", "CEDT" /*Rome*/},
  199. // it_CH
  200. //{"ECT", "Central European Standard Time", "CEST",
  201. // "Central European Daylight Time", "CEDT" /*Zurich*/},
  202. // iw
  203. {"IST", "Israel Standard Time", "IST",
  204. "Israel Daylight Time", "IDT" /*Tel Aviv*/},
  205. {"Asia/Jerusalem", "Israel Standard Time", "IST",
  206. "Israel Daylight Time", "IDT" /*Tel Aviv*/},
  207. // ja
  208. {"JST" /*--Asia/Tokyo--*/, "Japan Standard Time",
  209. "JST", "Japan Standard Time", "JST" /*Tokyo*/},
  210. {"Asia/Tokyo", "Japan Standard Time", "JST",
  211. "Japan Standard Time", "JST" /*Tokyo*/},
  212. {"Australia/Darwin",
  213. "Central Standard Time (Northern Territory)", "CST",
  214. "Central Standard Time (Northern Territory)", "CST"},
  215. {"Australia/Adelaide",
  216. "Central Standard Time (South Australia)", "CST",
  217. "Central Standard Time (South Australia)", "CST"},
  218. {"Australia/Broken_Hill",
  219. "Central Standard Time (South Australia/New South Wales)", "CST",
  220. "Central Standard Time (South Australia/New South Wales)", "CST"},
  221. {"Australia/Hobart",
  222. "Eastern Standard Time (Tasmania)", "EST",
  223. "Eastern Standard Time (Tasmania)", "EST"},
  224. // ko
  225. {"Australia/Brisbane",
  226. "Eastern Standard Time (Queensland)", "EST",
  227. "Eastern Standard Time (Queensland)", "EST"},
  228. {"Australia/Sydney",
  229. "Eastern Standard Time (New South Wales)", "EST",
  230. "Eastern Standard Time (New South Wales)", "EST"},
  231. // ko
  232. //{"JST" /*--Asia/Tokyo--*/, "Korea Standard Time",
  233. // "KST", "Korea Standard Time", "KST" /*Seoul*/},
  234. // lt
  235. //{"EET", "Eastern European Standard Time", "EEST",
  236. // "Eastern European Daylight Time", "EEDT" /*Vilnius*/},
  237. // lv
  238. //{"Europe/Riga", "Eastern European Standard Time",
  239. // "EET", "Eastern European Daylight Time", "EEST" /*Riga*/},
  240. // mk
  241. //{"ECT", "Central European Standard Time", "CEST",
  242. // "Central European Daylight Time", "CEDT" /*Skopje*/},
  243. // nl
  244. //{"ECT", "Central European Standard Time", "CEST",
  245. // "Central European Daylight Time", "CEDT" /*Amsterdam*/},
  246. // nl_BE
  247. //{"ECT", "Central European Standard Time", "CEST",
  248. // "Central European Daylight Time", "CEDT" /*Brussels*/},
  249. // no
  250. //{"ECT", "Central European Standard Time", "CEST",
  251. // "Central European Daylight Time", "CEDT" /*Oslo*/},
  252. // no_NO_NY
  253. //{"ECT", "Central European Standard Time", "CEST",
  254. // "Central European Daylight Time", "CEDT" /*Oslo*/},
  255. // pl
  256. //{"Europe/Warsaw", "Central European Standard Time",
  257. // "CET", "Central European Daylight Time", "CEST" /*Warsaw*/},
  258. // pt
  259. //{"ECT", "Central European Standard Time", "CEST",
  260. // "Central European Daylight Time", "CEDT" /*Lisbon*/},
  261. // ro
  262. {"Europe/Bucharest", "Eastern European Standard Time",
  263. "EET", "Eastern European Daylight Time", "EEST" /*Bucharest*/},
  264. // ru
  265. //{"EET", "Eastern European Standard Time", "EEST",
  266. // "Eastern European Daylight Time", "EEDT" /*Unknown*/},
  267. // sh
  268. //{"Europe/Paris", "Central European Standard Time",
  269. // "CET", "Central European Daylight Time", "CEST" /*Paris*/}
  270. // sk
  271. //{"ECT", "Central European Standard Time", "CEST",
  272. // "Central European Daylight Time", "CEDT" /*Paris*/},
  273. // sl
  274. //{"ECT", "Central European Standard Time", "CEST",
  275. // "Central European Daylight Time", "CEDT" /*Ljubljana*/},
  276. // sq
  277. //{"ECT", "Central European Standard Time", "CEST",
  278. // "Central European Daylight Time", "CEDT" /*Tirana*/},
  279. // sr
  280. //{"ECT", "Central European Standard Time", "CEST",
  281. // "Central European Daylight Time", "CEDT" /*Paris*/},
  282. // sv
  283. //{"ECT", "Central European Standard Time", "CEST",
  284. // "Central European Daylight Time", "CEDT" /*Stockholm*/},
  285. // tr
  286. //{"EET", "Eastern European Standard Time", "EEST",
  287. // "Eastern European Daylight Time", "EEDT" /*Ankara*/},
  288. // uk
  289. //{"EET", "Eastern European Standard Time", "EEST",
  290. // "Eastern European Daylight Time", "EEDT" /*Kiev*/},
  291. // zh
  292. {"CTT", "China Standard Time", "CST",
  293. "China Standard Time", "CDT" /*Peking*/},
  294. {"Asia/Shanghai", "China Standard Time", "CST",
  295. "China Standard Time", "CST" /*Peking*/},
  296. // zh_TW
  297. //{"CTT", "Taiwan Standard Time", "TST",
  298. // "Taiwan Standard Time", "TST" /*Taipei*/},
  299. }
  300. },
  301. {"localPatternChars", "GyMdkHmsSEDFwWahKz"},
  302. };
  303. }
  304. }