]>
Commit | Line | Data |
---|---|---|
1815bff5 A |
1 | # $OpenBSD: etcetera,v 1.3 1997/01/14 04:36:51 millert Exp $ |
2 | # @(#)etcetera 7.6 | |
3 | ||
4 | # These entries are mostly present for historical reasons, so that | |
5 | # people in areas not otherwise covered by the tz files could "zic -l" | |
6 | # to a time zone that was right for their area. These days, the | |
7 | # tz files cover almost all the inhabited world, so there's little | |
8 | # need now for the entries that are not on UTC. | |
9 | ||
10 | Zone Etc/GMT 0 - GMT | |
11 | Zone Etc/UTC 0 - UTC | |
12 | Zone Etc/UCT 0 - UCT | |
13 | ||
14 | Link Etc/UTC Etc/Universal | |
15 | Link Etc/UTC Etc/Zulu | |
16 | ||
17 | Link Etc/GMT Etc/Greenwich | |
18 | Link Etc/GMT Etc/GMT-0 | |
19 | Link Etc/GMT Etc/GMT+0 | |
20 | Link Etc/GMT Etc/GMT0 | |
21 | ||
22 | # We use POSIX-style signedness in the names and output, | |
23 | # internal-style signedness in the specifications. | |
24 | # For example, TZ=Etc/GMT+4 corresponds to 4 hours _behind_ GMT; | |
25 | # it is equivalent to TZ=GMT+4, which is implemented directly as per POSIX. | |
26 | ||
27 | # Earlier incarnations of this package were not POSIX-compliant, | |
28 | # and had lines such as | |
29 | # Zone GMT-12 -12 - GMT-1200 | |
30 | # We did not want things to change quietly if someone accustomed to the old | |
31 | # way does a | |
32 | # zic -l GMT-12 | |
33 | # so we moved the names into the Etc subdirectory. | |
34 | ||
35 | Zone Etc/GMT-14 14 - GMT-14 # 14 hours ahead of GMT | |
36 | Zone Etc/GMT-13 13 - GMT-13 | |
37 | Zone Etc/GMT-12 12 - GMT-12 | |
38 | Zone Etc/GMT-11 11 - GMT-11 | |
39 | Zone Etc/GMT-10 10 - GMT-10 | |
40 | Zone Etc/GMT-9 9 - GMT-9 | |
41 | Zone Etc/GMT-8 8 - GMT-8 | |
42 | Zone Etc/GMT-7 7 - GMT-7 | |
43 | Zone Etc/GMT-6 6 - GMT-6 | |
44 | Zone Etc/GMT-5 5 - GMT-5 | |
45 | Zone Etc/GMT-4 4 - GMT-4 | |
46 | Zone Etc/GMT-3 3 - GMT-3 | |
47 | Zone Etc/GMT-2 2 - GMT-2 | |
48 | Zone Etc/GMT-1 1 - GMT-1 | |
49 | Zone Etc/GMT+1 -1 - GMT+1 | |
50 | Zone Etc/GMT+2 -2 - GMT+2 | |
51 | Zone Etc/GMT+3 -3 - GMT+3 | |
52 | Zone Etc/GMT+4 -4 - GMT+4 | |
53 | Zone Etc/GMT+5 -5 - GMT+5 | |
54 | Zone Etc/GMT+6 -6 - GMT+6 | |
55 | Zone Etc/GMT+7 -7 - GMT+7 | |
56 | Zone Etc/GMT+8 -8 - GMT+8 | |
57 | Zone Etc/GMT+9 -9 - GMT+9 | |
58 | Zone Etc/GMT+10 -10 - GMT+10 | |
59 | Zone Etc/GMT+11 -11 - GMT+11 | |
60 | Zone Etc/GMT+12 -12 - GMT+12 |