etcetera revision 1.2
1#	$OpenBSD: etcetera,v 1.2 1996/04/22 01:28:45 deraadt Exp $
2# @(#)etcetera	7.5
3
4# All of these are set up just so people can "zic -l" to a timezone
5# that's right for their area, even if it doesn't have a name or DST rules
6# (half hour zones are too much to bother with -- when someone asks!)
7
8Zone	Etc/GMT		0	-	GMT
9Link	Etc/GMT				Etc/UTC
10Link	Etc/GMT				Etc/UCT
11Link	Etc/GMT				Etc/Universal
12Link	Etc/GMT				Etc/Greenwich
13Link	Etc/GMT				Etc/Zulu
14Link	Etc/GMT				Etc/GMT-0
15Link	Etc/GMT				Etc/GMT+0
16Link	Etc/GMT				Etc/GMT0
17
18# We use POSIX-style signedness in the names and output,
19# internal-style signedness in the specifications.
20# For example, TZ=Etc/GMT+4 corresponds to 4 hours _behind_ GMT;
21# it is equivalent to TZ=GMT+4, which is implemented directly as per POSIX.
22
23# Earlier incarnations of this package were not POSIX-compliant,
24# and had lines such as
25#		Zone	GMT-12		-12	-	GMT-1200
26# We did not want things to change quietly if someone accustomed to the old
27# way does a
28#		zic -l GMT-12
29# so we moved the names into the Etc subdirectory.
30
31Zone	Etc/GMT-14	14	-	GMT-14	# 14 hours ahead of GMT
32Zone	Etc/GMT-13	13	-	GMT-13
33Zone	Etc/GMT-12	12	-	GMT-12
34Zone	Etc/GMT-11	11	-	GMT-11
35Zone	Etc/GMT-10	10	-	GMT-10
36Zone	Etc/GMT-9	9	-	GMT-9
37Zone	Etc/GMT-8	8	-	GMT-8
38Zone	Etc/GMT-7	7	-	GMT-7
39Zone	Etc/GMT-6	6	-	GMT-6
40Zone	Etc/GMT-5	5	-	GMT-5
41Zone	Etc/GMT-4	4	-	GMT-4
42Zone	Etc/GMT-3	3	-	GMT-3
43Zone	Etc/GMT-2	2	-	GMT-2
44Zone	Etc/GMT-1	1	-	GMT-1
45Zone	Etc/GMT+1	-1	-	GMT+1
46Zone	Etc/GMT+2	-2	-	GMT+2
47Zone	Etc/GMT+3	-3	-	GMT+3
48Zone	Etc/GMT+4	-4	-	GMT+4
49Zone	Etc/GMT+5	-5	-	GMT+5
50Zone	Etc/GMT+6	-6	-	GMT+6
51Zone	Etc/GMT+7	-7	-	GMT+7
52Zone	Etc/GMT+8	-8	-	GMT+8
53Zone	Etc/GMT+9	-9	-	GMT+9
54Zone	Etc/GMT+10	-10	-	GMT+10
55Zone	Etc/GMT+11	-11	-	GMT+11
56Zone	Etc/GMT+12	-12	-	GMT+12
57