1 1.2 kre # tzdb data for ships at sea and other miscellany 2 1.2 kre 3 1.1 apb # This file is in the public domain, so clarified as of 4 1.1 apb # 2009-05-17 by Arthur David Olson. 5 1.1 apb 6 1.2 kre # These entries are for uses not otherwise covered by the tz database. 7 1.2 kre # Their main practical use is for platforms like Android that lack 8 1.2 kre # support for POSIX proleptic TZ strings. On such platforms these entries 9 1.2 kre # can be useful if the timezone database is wrong or if a ship or 10 1.2 kre # aircraft at sea is not in a timezone. 11 1.2 kre 12 1.2 kre # Starting with POSIX 1003.1-2001, the entries below are all 13 1.2 kre # unnecessary as settings for the TZ environment variable. E.g., 14 1.2 kre # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 15 1.2 kre # 16 1.2 kre # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours 17 1.2 kre # behind GMT but uses the completely misleading abbreviation "GMT". 18 1.1 apb 19 1.2 kre # The following zone is used by tzcode functions like gmtime, 20 1.2 kre # which load the "UTC" file to handle seconds properly. 21 1.2 kre Zone Etc/UTC 0 - UTC 22 1.2 kre 23 1.4 kre # If leap second support is enabled, functions like gmtime 24 1.4 kre # load the "GMT" file to handle leap seconds properly. 25 1.2 kre # Vanguard section, which works with most .zi parsers. 26 1.2 kre #Zone GMT 0 - GMT 27 1.2 kre # Rearguard section, for TZUpdater 2.3.2 and earlier. 28 1.1 apb Zone Etc/GMT 0 - GMT 29 1.1 apb 30 1.1 apb # The following link uses older naming conventions, 31 1.1 apb # but it belongs here, not in the file 'backward', 32 1.2 kre # as it is needed for tzcode releases through 2022a, 33 1.2 kre # where functions like gmtime load "GMT" instead of the "Etc/UTC". 34 1.2 kre # We want this to work even on installations that omit 'backward'. 35 1.1 apb Link Etc/GMT GMT 36 1.2 kre # End of rearguard section. 37 1.1 apb 38 1.2 kre # Be consistent with POSIX TZ settings in the Zone names, 39 1.1 apb # even though this is the opposite of what many people expect. 40 1.1 apb # POSIX has positive signs west of Greenwich, but many people expect 41 1.1 apb # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses 42 1.2 kre # the abbreviation "-04" and corresponds to 4 hours behind UT 43 1.1 apb # (i.e. west of Greenwich) even though many people would expect it to 44 1.1 apb # mean 4 hours ahead of UT (i.e. east of Greenwich). 45 1.1 apb 46 1.1 apb # Earlier incarnations of this package were not POSIX-compliant, 47 1.1 apb # and had lines such as 48 1.1 apb # Zone GMT-12 -12 - GMT-1200 49 1.1 apb # We did not want things to change quietly if someone accustomed to the old 50 1.1 apb # way does a 51 1.1 apb # zic -l GMT-12 52 1.1 apb # so we moved the names into the Etc subdirectory. 53 1.2 kre # Also, the time zone abbreviations are now compatible with %z. 54 1.1 apb 55 1.3 kre # There is no "Etc/Unknown" entry, as CLDR says that "Etc/Unknown" 56 1.3 kre # corresponds to an unknown or invalid time zone, and things would get 57 1.3 kre # confusing if Etc/Unknown were made valid here. 58 1.3 kre 59 1.2 kre Zone Etc/GMT-14 14 - %z 60 1.2 kre Zone Etc/GMT-13 13 - %z 61 1.2 kre Zone Etc/GMT-12 12 - %z 62 1.2 kre Zone Etc/GMT-11 11 - %z 63 1.2 kre Zone Etc/GMT-10 10 - %z 64 1.2 kre Zone Etc/GMT-9 9 - %z 65 1.2 kre Zone Etc/GMT-8 8 - %z 66 1.2 kre Zone Etc/GMT-7 7 - %z 67 1.2 kre Zone Etc/GMT-6 6 - %z 68 1.2 kre Zone Etc/GMT-5 5 - %z 69 1.2 kre Zone Etc/GMT-4 4 - %z 70 1.2 kre Zone Etc/GMT-3 3 - %z 71 1.2 kre Zone Etc/GMT-2 2 - %z 72 1.2 kre Zone Etc/GMT-1 1 - %z 73 1.2 kre Zone Etc/GMT+1 -1 - %z 74 1.2 kre Zone Etc/GMT+2 -2 - %z 75 1.2 kre Zone Etc/GMT+3 -3 - %z 76 1.2 kre Zone Etc/GMT+4 -4 - %z 77 1.2 kre Zone Etc/GMT+5 -5 - %z 78 1.2 kre Zone Etc/GMT+6 -6 - %z 79 1.2 kre Zone Etc/GMT+7 -7 - %z 80 1.2 kre Zone Etc/GMT+8 -8 - %z 81 1.2 kre Zone Etc/GMT+9 -9 - %z 82 1.2 kre Zone Etc/GMT+10 -10 - %z 83 1.2 kre Zone Etc/GMT+11 -11 - %z 84 1.2 kre Zone Etc/GMT+12 -12 - %z 85