home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2 / Openstep-4.2-Intel-User.iso / NextLibrary / Frameworks / Foundation.framework / Versions / B / Resources / TimeZoneInfo / Abbreviation.table next >
Encoding:
Text (UTF-16)  |  1997-03-28  |  2.5 KB  |  41 lines

  1. {
  2.     /* The issue of time zone abbreviations is a mess, since the most
  3.     common abbreviations are not unique (there is no one-to-one
  4.     mapping between time zone names and abbreviations, nor the reverse).
  5.     Here, we arbitrarily pick a few. In general it is better NOT to use
  6.     a time zone abbreviations in input or display, since what "CST" in
  7.     a formatted GMT date would likely indicate a different date to a
  8.     user in Chicago, U.S.A. than to one in Sydney, Australia. */
  9.  
  10.     NZST = Pacific/Auckland;
  11.     NZDT = Pacific/Auckland;
  12.     JST = Asia/Tokyo;
  13.     HKST = Asia/Hong_Kong;
  14.     AFT = Asia/Kabul;
  15.     MSK = Europe/Moscow;
  16.     MSD = Europe/Moscow;
  17.     EEST = Europe/Warsaw;
  18.     EET = Europe/Warsaw;
  19.     CEST = Europe/Rome;
  20.     CET = Europe/Rome;
  21.     WEST = Europe/Paris;
  22.     WET = Europe/Paris;
  23.     GMT = GMT;
  24.     ADT = America/Halifax;
  25.     AST = America/Halifax;
  26.     CDT = America/Chicago;
  27.     CST = America/Chicago;
  28.     EDT = America/New_York;
  29.     EST = America/New_York;
  30.     MDT = America/Denver;
  31.     MST = America/Denver;
  32.     PDT = America/Los_Angeles;
  33.     PST = America/Los_Angeles;
  34.     YDT = America/Yakutat;
  35.     YST = America/Yakutat;
  36.     AKDT = America/Juneau;
  37.     AKST = America/Juneau;
  38.     HDT = Pacific/Honolulu;
  39.     HST = Pacific/Honolulu;
  40. }
  41.