etcetera revision 204298
1238438Sdteske# <pre>
2238438Sdteske# @(#)etcetera	8.2
3238438Sdteske# This file is in the public domain, so clarified as of
4238438Sdteske# 2009-05-17 by Arthur David Olson.
5238438Sdteske
6238438Sdteske# These entries are mostly present for historical reasons, so that
7238438Sdteske# people in areas not otherwise covered by the tz files could "zic -l"
8238438Sdteske# to a time zone that was right for their area.  These days, the
9238438Sdteske# tz files cover almost all the inhabited world, and the only practical
10238438Sdteske# need now for the entries that are not on UTC are for ships at sea
11238438Sdteske# that cannot use POSIX TZ settings.
12238438Sdteske
13238438SdteskeZone	Etc/GMT		0	-	GMT
14238438SdteskeZone	Etc/UTC		0	-	UTC
15238438SdteskeZone	Etc/UCT		0	-	UCT
16238438Sdteske
17238438Sdteske# The following link uses older naming conventions,
18238438Sdteske# but it belongs here, not in the file `backward',
19238438Sdteske# as functions like gmtime load the "UTC" file to handle leap seconds properly.
20238438Sdteske# We want this to work even on installations that omit the other older names.
21238438SdteskeLink	Etc/UTC				UTC
22238438Sdteske
23238438SdteskeLink	Etc/UTC				Etc/Universal
24238438SdteskeLink	Etc/UTC				Etc/Zulu
25238438Sdteske
26238438SdteskeLink	Etc/GMT				Etc/Greenwich
27238438SdteskeLink	Etc/GMT				Etc/GMT-0
28238438SdteskeLink	Etc/GMT				Etc/GMT+0
29238438SdteskeLink	Etc/GMT				Etc/GMT0
30238438Sdteske
31240684Sdteske# We use POSIX-style signs in the Zone names and the output abbreviations,
32240684Sdteske# even though this is the opposite of what many people expect.
33244675Sdteske# POSIX has positive signs west of Greenwich, but many people expect
34240684Sdteske# positive signs east of Greenwich.  For example, TZ='Etc/GMT+4' uses
35240684Sdteske# the abbreviation "GMT+4" and corresponds to 4 hours behind UTC
36240684Sdteske# (i.e. west of Greenwich) even though many people would expect it to
37238438Sdteske# mean 4 hours ahead of UTC (i.e. east of Greenwich).
38240684Sdteske#
39238438Sdteske# In the draft 5 of POSIX 1003.1-200x, the angle bracket notation
40238438Sdteske# (which is not yet supported by the tz code) allows for
41243112Sdteske# TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
42238438Sdteske# ISO 8601 you can use TZ='<-0400>+4'.  Thus the commonly-expected
43238438Sdteske# offset is kept within the angle bracket (and is used for display)
44238438Sdteske# while the POSIX sign is kept outside the angle bracket (and is used
45238438Sdteske# for calculation).
46238438Sdteske#
47238438Sdteske# Do not use a TZ setting like TZ='GMT+4', which is four hours behind
48238438Sdteske# GMT but uses the completely misleading abbreviation "GMT".
49238438Sdteske
50238438Sdteske# Earlier incarnations of this package were not POSIX-compliant,
51238438Sdteske# and had lines such as
52238438Sdteske#		Zone	GMT-12		-12	-	GMT-1200
53238438Sdteske# We did not want things to change quietly if someone accustomed to the old
54238438Sdteske# way does a
55238438Sdteske#		zic -l GMT-12
56238438Sdteske# so we moved the names into the Etc subdirectory.
57238438Sdteske
58238438SdteskeZone	Etc/GMT-14	14	-	GMT-14	# 14 hours ahead of GMT
59238438SdteskeZone	Etc/GMT-13	13	-	GMT-13
60238438SdteskeZone	Etc/GMT-12	12	-	GMT-12
61238438SdteskeZone	Etc/GMT-11	11	-	GMT-11
62238438SdteskeZone	Etc/GMT-10	10	-	GMT-10
63238438SdteskeZone	Etc/GMT-9	9	-	GMT-9
64238438SdteskeZone	Etc/GMT-8	8	-	GMT-8
65238438SdteskeZone	Etc/GMT-7	7	-	GMT-7
66238438SdteskeZone	Etc/GMT-6	6	-	GMT-6
67238438SdteskeZone	Etc/GMT-5	5	-	GMT-5
68238438SdteskeZone	Etc/GMT-4	4	-	GMT-4
69238438SdteskeZone	Etc/GMT-3	3	-	GMT-3
70Zone	Etc/GMT-2	2	-	GMT-2
71Zone	Etc/GMT-1	1	-	GMT-1
72Zone	Etc/GMT+1	-1	-	GMT+1
73Zone	Etc/GMT+2	-2	-	GMT+2
74Zone	Etc/GMT+3	-3	-	GMT+3
75Zone	Etc/GMT+4	-4	-	GMT+4
76Zone	Etc/GMT+5	-5	-	GMT+5
77Zone	Etc/GMT+6	-6	-	GMT+6
78Zone	Etc/GMT+7	-7	-	GMT+7
79Zone	Etc/GMT+8	-8	-	GMT+8
80Zone	Etc/GMT+9	-9	-	GMT+9
81Zone	Etc/GMT+10	-10	-	GMT+10
82Zone	Etc/GMT+11	-11	-	GMT+11
83Zone	Etc/GMT+12	-12	-	GMT+12
84