home *** CD-ROM | disk | FTP | other *** search
- {
- /* The issue of time zone abbreviations is a mess, since the most
- common abbreviations are not unique (there is no one-to-one
- mapping between time zone names and abbreviations, nor the reverse).
- Here, we arbitrarily pick a few. In general it is better NOT to use
- a time zone abbreviations in input or display, since what "CST" in
- a formatted GMT date would likely indicate a different date to a
- user in Chicago, U.S.A. than to one in Sydney, Australia. */
-
- NZST = Pacific/Auckland;
- NZDT = Pacific/Auckland;
- JST = Asia/Tokyo;
- HKST = Asia/Hong_Kong;
- AFT = Asia/Kabul;
- MSK = Europe/Moscow;
- MSD = Europe/Moscow;
- EEST = Europe/Warsaw;
- EET = Europe/Warsaw;
- CEST = Europe/Rome;
- CET = Europe/Rome;
- WEST = Europe/Paris;
- WET = Europe/Paris;
- GMT = GMT;
- ADT = America/Halifax;
- AST = America/Halifax;
- CDT = America/Chicago;
- CST = America/Chicago;
- EDT = America/New_York;
- EST = America/New_York;
- MDT = America/Denver;
- MST = America/Denver;
- PDT = America/Los_Angeles;
- PST = America/Los_Angeles;
- YDT = America/Yakutat;
- YST = America/Yakutat;
- AKDT = America/Juneau;
- AKST = America/Juneau;
- HDT = Pacific/Honolulu;
- HST = Pacific/Honolulu;
- }
-