etcetera revision 1.6
1#	$OpenBSD: etcetera,v 1.6 2001/02/03 08:25:17 niklas Exp $
2
3# @(#)etcetera	7.10
4
5# These entries are mostly present for historical reasons, so that
6# people in areas not otherwise covered by the tz files could "zic -l"
7# to a time zone that was right for their area.  These days, the
8# tz files cover almost all the inhabited world, so there's little
9# need now for the entries that are not on UTC.
10
11Zone	Etc/GMT		0	-	GMT
12Zone	Etc/UTC		0	-	UTC
13Zone	Etc/UCT		0	-	UCT
14
15# The following link uses older naming conventions,
16# but it belongs here, not in the file `backward',
17# as functions like gmtime load the "GMT" file to handle leap seconds properly.
18# We want this to work even on installations that omit the other older names.
19Link	Etc/GMT				GMT
20
21Link	Etc/UTC				Etc/Universal
22Link	Etc/UTC				Etc/Zulu
23
24Link	Etc/GMT				Etc/Greenwich
25Link	Etc/GMT				Etc/GMT-0
26Link	Etc/GMT				Etc/GMT+0
27Link	Etc/GMT				Etc/GMT0
28
29# We use POSIX-style signedness in the names and output,
30# internal-style signedness in the specifications.
31# For example, TZ=Etc/GMT+4 corresponds to 4 hours _behind_ UTC;
32# it is equivalent to TZ=GMT+4, which is implemented directly as per POSIX.
33
34# Earlier incarnations of this package were not POSIX-compliant,
35# and had lines such as
36#		Zone	GMT-12		-12	-	GMT-1200
37# We did not want things to change quietly if someone accustomed to the old
38# way does a
39#		zic -l GMT-12
40# so we moved the names into the Etc subdirectory.
41
42Zone	Etc/GMT-14	14	-	GMT-14	# 14 hours ahead of GMT
43Zone	Etc/GMT-13	13	-	GMT-13
44Zone	Etc/GMT-12	12	-	GMT-12
45Zone	Etc/GMT-11	11	-	GMT-11
46Zone	Etc/GMT-10	10	-	GMT-10
47Zone	Etc/GMT-9	9	-	GMT-9
48Zone	Etc/GMT-8	8	-	GMT-8
49Zone	Etc/GMT-7	7	-	GMT-7
50Zone	Etc/GMT-6	6	-	GMT-6
51Zone	Etc/GMT-5	5	-	GMT-5
52Zone	Etc/GMT-4	4	-	GMT-4
53Zone	Etc/GMT-3	3	-	GMT-3
54Zone	Etc/GMT-2	2	-	GMT-2
55Zone	Etc/GMT-1	1	-	GMT-1
56Zone	Etc/GMT+1	-1	-	GMT+1
57Zone	Etc/GMT+2	-2	-	GMT+2
58Zone	Etc/GMT+3	-3	-	GMT+3
59Zone	Etc/GMT+4	-4	-	GMT+4
60Zone	Etc/GMT+5	-5	-	GMT+5
61Zone	Etc/GMT+6	-6	-	GMT+6
62Zone	Etc/GMT+7	-7	-	GMT+7
63Zone	Etc/GMT+8	-8	-	GMT+8
64Zone	Etc/GMT+9	-9	-	GMT+9
65Zone	Etc/GMT+10	-10	-	GMT+10
66Zone	Etc/GMT+11	-11	-	GMT+11
67Zone	Etc/GMT+12	-12	-	GMT+12
68