home *** CD-ROM | disk | FTP | other *** search
- {
- /* Name mapping table for files that no longer exist */
-
- "GB-Eire" = "Europe/London";
- "GMT+13" = "Etc/GMT-11";
- "US/Yukon" = "US/Alaska";
-
- /* Posix convention is minutes-west-of-GMT (ie, GMT+4 corresponds
- to 4 hours _behind_ GMT); unfortunately, this results in a
- situation where there is no way to tell what is meant by "GMT-7"
- (7 hours ahead? or behind?) in arbitrary input, nor what GMT-7
- will mean to a user who sees it, say, on screen. For these
- reasons, it's a good idea to avoid use of "GMT+-N" time zone
- designations (GMT+-0 is fine of course, but equivalent to "GMT"). */
- /* +timeZoneForSecondsFromGMT:-25200 (for example), produces a time
- zone which is named "GMT-7". If this is archived or sent via
- D.O. (unfortunately time zones only archive their name), this
- table will map that to Etc/GMT+7, which is the same time zone,
- but which has a different name. */
-
- /* The old GMT+-N files correspond to the new Etc/GMT-+N files. */
- "GMT-1" = "Etc/GMT+1";
- "GMT-2" = "Etc/GMT+2";
- "GMT-3" = "Etc/GMT+3";
- "GMT-4" = "Etc/GMT+4";
- "GMT-5" = "Etc/GMT+5";
- "GMT-6" = "Etc/GMT+6";
- "GMT-7" = "Etc/GMT+7";
- "GMT-8" = "Etc/GMT+8";
- "GMT-9" = "Etc/GMT+9";
- "GMT-10" = "Etc/GMT+10";
- "GMT-11" = "Etc/GMT+11";
- "GMT-12" = "Etc/GMT+12";
- "GMT-0100" = "Etc/GMT+1";
- "GMT-0200" = "Etc/GMT+2";
- "GMT-0300" = "Etc/GMT+3";
- "GMT-0400" = "Etc/GMT+4";
- "GMT-0500" = "Etc/GMT+5";
- "GMT-0600" = "Etc/GMT+6";
- "GMT-0700" = "Etc/GMT+7";
- "GMT-0800" = "Etc/GMT+8";
- "GMT-0900" = "Etc/GMT+9";
- "GMT-1000" = "Etc/GMT+10";
- "GMT-1100" = "Etc/GMT+11";
- "GMT-1200" = "Etc/GMT+12";
- "GMT+1" = "Etc/GMT-1";
- "GMT+2" = "Etc/GMT-2";
- "GMT+3" = "Etc/GMT-3";
- "GMT+4" = "Etc/GMT-4";
- "GMT+5" = "Etc/GMT-5";
- "GMT+6" = "Etc/GMT-6";
- "GMT+7" = "Etc/GMT-7";
- "GMT+8" = "Etc/GMT-8";
- "GMT+9" = "Etc/GMT-9";
- "GMT+10" = "Etc/GMT-10";
- "GMT+11" = "Etc/GMT-11";
- "GMT+12" = "Etc/GMT-12";
- "GMT+13" = "Etc/GMT-13";
- "GMT+0100" = "Etc/GMT-1";
- "GMT+0200" = "Etc/GMT-2";
- "GMT+0300" = "Etc/GMT-3";
- "GMT+0400" = "Etc/GMT-4";
- "GMT+0500" = "Etc/GMT-5";
- "GMT+0600" = "Etc/GMT-6";
- "GMT+0700" = "Etc/GMT-7";
- "GMT+0800" = "Etc/GMT-8";
- "GMT+0900" = "Etc/GMT-9";
- "GMT+1000" = "Etc/GMT-10";
- "GMT+1100" = "Etc/GMT-11";
- "GMT+1200" = "Etc/GMT-12";
- "GMT+1300" = "Etc/GMT-13";
-
- }
-