Blame timezone/etcetera

Packit Service 82fcde
# 
Packit Service 82fcde
# @(#)etcetera	8.2
Packit Service 82fcde
# This file is in the public domain, so clarified as of
Packit Service 82fcde
# 2009-05-17 by Arthur David Olson.
Packit Service 82fcde
Packit Service 82fcde
# These entries are mostly present for historical reasons, so that
Packit Service 82fcde
# people in areas not otherwise covered by the tz files could "zic -l"
Packit Service 82fcde
# to a time zone that was right for their area.  These days, the
Packit Service 82fcde
# tz files cover almost all the inhabited world, and the only practical
Packit Service 82fcde
# need now for the entries that are not on UTC are for ships at sea
Packit Service 82fcde
# that cannot use POSIX TZ settings.
Packit Service 82fcde
Packit Service 82fcde
Zone	Etc/GMT		0	-	GMT
Packit Service 82fcde
Zone	Etc/UTC		0	-	UTC
Packit Service 82fcde
Zone	Etc/UCT		0	-	UCT
Packit Service 82fcde
Packit Service 82fcde
# The following link uses older naming conventions,
Packit Service 82fcde
# but it belongs here, not in the file `backward',
Packit Service 82fcde
# as functions like gmtime load the "GMT" file to handle leap seconds properly.
Packit Service 82fcde
# We want this to work even on installations that omit the other older names.
Packit Service 82fcde
Link	Etc/GMT				GMT
Packit Service 82fcde
Packit Service 82fcde
Link	Etc/UTC				Etc/Universal
Packit Service 82fcde
Link	Etc/UTC				Etc/Zulu
Packit Service 82fcde
Packit Service 82fcde
Link	Etc/GMT				Etc/Greenwich
Packit Service 82fcde
Link	Etc/GMT				Etc/GMT-0
Packit Service 82fcde
Link	Etc/GMT				Etc/GMT+0
Packit Service 82fcde
Link	Etc/GMT				Etc/GMT0
Packit Service 82fcde
Packit Service 82fcde
# We use POSIX-style signs in the Zone names and the output abbreviations,
Packit Service 82fcde
# even though this is the opposite of what many people expect.
Packit Service 82fcde
# POSIX has positive signs west of Greenwich, but many people expect
Packit Service 82fcde
# positive signs east of Greenwich.  For example, TZ='Etc/GMT+4' uses
Packit Service 82fcde
# the abbreviation "GMT+4" and corresponds to 4 hours behind UTC
Packit Service 82fcde
# (i.e. west of Greenwich) even though many people would expect it to
Packit Service 82fcde
# mean 4 hours ahead of UTC (i.e. east of Greenwich).
Packit Service 82fcde
#
Packit Service 82fcde
# In the draft 5 of POSIX 1003.1-200x, the angle bracket notation
Packit Service 82fcde
# (which is not yet supported by the tz code) allows for
Packit Service 82fcde
# TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
Packit Service 82fcde
# ISO 8601 you can use TZ='<-0400>+4'.  Thus the commonly-expected
Packit Service 82fcde
# offset is kept within the angle bracket (and is used for display)
Packit Service 82fcde
# while the POSIX sign is kept outside the angle bracket (and is used
Packit Service 82fcde
# for calculation).
Packit Service 82fcde
#
Packit Service 82fcde
# Do not use a TZ setting like TZ='GMT+4', which is four hours behind
Packit Service 82fcde
# GMT but uses the completely misleading abbreviation "GMT".
Packit Service 82fcde
Packit Service 82fcde
# Earlier incarnations of this package were not POSIX-compliant,
Packit Service 82fcde
# and had lines such as
Packit Service 82fcde
#		Zone	GMT-12		-12	-	GMT-1200
Packit Service 82fcde
# We did not want things to change quietly if someone accustomed to the old
Packit Service 82fcde
# way does a
Packit Service 82fcde
#		zic -l GMT-12
Packit Service 82fcde
# so we moved the names into the Etc subdirectory.
Packit Service 82fcde
Packit Service 82fcde
Zone	Etc/GMT-14	14	-	GMT-14	# 14 hours ahead of GMT
Packit Service 82fcde
Zone	Etc/GMT-13	13	-	GMT-13
Packit Service 82fcde
Zone	Etc/GMT-12	12	-	GMT-12
Packit Service 82fcde
Zone	Etc/GMT-11	11	-	GMT-11
Packit Service 82fcde
Zone	Etc/GMT-10	10	-	GMT-10
Packit Service 82fcde
Zone	Etc/GMT-9	9	-	GMT-9
Packit Service 82fcde
Zone	Etc/GMT-8	8	-	GMT-8
Packit Service 82fcde
Zone	Etc/GMT-7	7	-	GMT-7
Packit Service 82fcde
Zone	Etc/GMT-6	6	-	GMT-6
Packit Service 82fcde
Zone	Etc/GMT-5	5	-	GMT-5
Packit Service 82fcde
Zone	Etc/GMT-4	4	-	GMT-4
Packit Service 82fcde
Zone	Etc/GMT-3	3	-	GMT-3
Packit Service 82fcde
Zone	Etc/GMT-2	2	-	GMT-2
Packit Service 82fcde
Zone	Etc/GMT-1	1	-	GMT-1
Packit Service 82fcde
Zone	Etc/GMT+1	-1	-	GMT+1
Packit Service 82fcde
Zone	Etc/GMT+2	-2	-	GMT+2
Packit Service 82fcde
Zone	Etc/GMT+3	-3	-	GMT+3
Packit Service 82fcde
Zone	Etc/GMT+4	-4	-	GMT+4
Packit Service 82fcde
Zone	Etc/GMT+5	-5	-	GMT+5
Packit Service 82fcde
Zone	Etc/GMT+6	-6	-	GMT+6
Packit Service 82fcde
Zone	Etc/GMT+7	-7	-	GMT+7
Packit Service 82fcde
Zone	Etc/GMT+8	-8	-	GMT+8
Packit Service 82fcde
Zone	Etc/GMT+9	-9	-	GMT+9
Packit Service 82fcde
Zone	Etc/GMT+10	-10	-	GMT+10
Packit Service 82fcde
Zone	Etc/GMT+11	-11	-	GMT+11
Packit Service 82fcde
Zone	Etc/GMT+12	-12	-	GMT+12