2009-05-17 14:32:57 -04:00
|
|
|
# This file is in the public domain, so clarified as of
|
|
|
|
|
# 2009-05-17 by Arthur David Olson.
|
1986-03-02 21:03:14 -05:00
|
|
|
|
1996-11-23 20:07:30 -05:00
|
|
|
# These entries are mostly present for historical reasons, so that
|
|
|
|
|
# people in areas not otherwise covered by the tz files could "zic -l"
|
|
|
|
|
# to a time zone that was right for their area. These days, the
|
2005-04-04 11:23:09 -04:00
|
|
|
# tz files cover almost all the inhabited world, and the only practical
|
|
|
|
|
# need now for the entries that are not on UTC are for ships at sea
|
|
|
|
|
# that cannot use POSIX TZ settings.
|
1989-03-08 11:50:41 -05:00
|
|
|
|
1994-02-24 14:05:14 -05:00
|
|
|
Zone Etc/GMT 0 - GMT
|
1996-11-23 20:07:30 -05:00
|
|
|
Zone Etc/UTC 0 - UTC
|
|
|
|
|
Zone Etc/UCT 0 - UCT
|
|
|
|
|
|
1998-08-10 23:16:31 -04:00
|
|
|
# The following link uses older naming conventions,
|
Don't abuse "`" to mean open quote.
This was appropriate before Unicode, where "`" and "'" often balanced
in visual output, but that's been obsolete for a while.
Overall, single-quote 'like this' instead of `like this', and
double-quote "like this" or (in typeset output) “like this”
instead of ``like this''. While we're at it, fix some glitches
with hyphens versus minus versus en dash versus em dash.
* Makefile ($(MANTXTS)): Use UTF-8 locale to produce *.txt output.
* checktab.awk, tzselect.ksh:
Quote 'like this' in diagnostics, instead of `like this'.
* date.1, newctime.3, newtzset.3, time2posix.3, zic.8 (q, lq, rq):
New macros. Use them for better double-quoting in output.
* workman.sh: Tell Perl that its stdin and stdout are UTF-8.
* NEWS: Document this.
2014-06-15 13:27:37 -07:00
|
|
|
# but it belongs here, not in the file 'backward',
|
1998-08-10 23:16:31 -04:00
|
|
|
# as functions like gmtime load the "GMT" file to handle leap seconds properly.
|
|
|
|
|
# We want this to work even on installations that omit the other older names.
|
|
|
|
|
Link Etc/GMT GMT
|
|
|
|
|
|
1996-11-23 20:07:30 -05:00
|
|
|
Link Etc/UTC Etc/Universal
|
|
|
|
|
Link Etc/UTC Etc/Zulu
|
|
|
|
|
|
1994-02-24 14:05:14 -05:00
|
|
|
Link Etc/GMT Etc/Greenwich
|
|
|
|
|
Link Etc/GMT Etc/GMT-0
|
|
|
|
|
Link Etc/GMT Etc/GMT+0
|
|
|
|
|
Link Etc/GMT Etc/GMT0
|
1994-02-22 10:10:14 -05:00
|
|
|
|
2001-03-13 12:32:19 -05:00
|
|
|
# We use POSIX-style signs in the Zone names and the output abbreviations,
|
|
|
|
|
# even though this is the opposite of what many people expect.
|
|
|
|
|
# POSIX has positive signs west of Greenwich, but many people expect
|
|
|
|
|
# positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
2013-09-04 19:07:31 -07:00
|
|
|
# the abbreviation "GMT+4" and corresponds to 4 hours behind UT
|
2001-03-13 12:32:19 -05:00
|
|
|
# (i.e. west of Greenwich) even though many people would expect it to
|
2013-09-04 19:07:31 -07:00
|
|
|
# mean 4 hours ahead of UT (i.e. east of Greenwich).
|
2001-03-13 12:32:19 -05:00
|
|
|
#
|
2011-03-09 14:27:36 -05:00
|
|
|
# In the draft 5 of POSIX 1003.1-200x, the angle bracket notation allows for
|
2001-03-13 12:32:19 -05:00
|
|
|
# TZ='<GMT-4>+4'; if you want time zone abbreviations conforming to
|
|
|
|
|
# ISO 8601 you can use TZ='<-0400>+4'. Thus the commonly-expected
|
|
|
|
|
# offset is kept within the angle bracket (and is used for display)
|
|
|
|
|
# while the POSIX sign is kept outside the angle bracket (and is used
|
|
|
|
|
# for calculation).
|
|
|
|
|
#
|
|
|
|
|
# Do not use a TZ setting like TZ='GMT+4', which is four hours behind
|
|
|
|
|
# GMT but uses the completely misleading abbreviation "GMT".
|
1994-02-23 18:38:26 -05:00
|
|
|
|
|
|
|
|
# Earlier incarnations of this package were not POSIX-compliant,
|
|
|
|
|
# and had lines such as
|
1994-02-22 10:10:14 -05:00
|
|
|
# Zone GMT-12 -12 - GMT-1200
|
1994-02-23 18:38:26 -05:00
|
|
|
# We did not want things to change quietly if someone accustomed to the old
|
1994-02-22 10:10:14 -05:00
|
|
|
# way does a
|
|
|
|
|
# zic -l GMT-12
|
1994-02-23 18:38:26 -05:00
|
|
|
# so we moved the names into the Etc subdirectory.
|
1994-02-22 10:10:14 -05:00
|
|
|
|
1996-03-18 20:49:36 -05:00
|
|
|
Zone Etc/GMT-14 14 - GMT-14 # 14 hours ahead of GMT
|
|
|
|
|
Zone Etc/GMT-13 13 - GMT-13
|
1994-02-22 10:10:14 -05:00
|
|
|
Zone Etc/GMT-12 12 - GMT-12
|
|
|
|
|
Zone Etc/GMT-11 11 - GMT-11
|
|
|
|
|
Zone Etc/GMT-10 10 - GMT-10
|
|
|
|
|
Zone Etc/GMT-9 9 - GMT-9
|
|
|
|
|
Zone Etc/GMT-8 8 - GMT-8
|
|
|
|
|
Zone Etc/GMT-7 7 - GMT-7
|
|
|
|
|
Zone Etc/GMT-6 6 - GMT-6
|
|
|
|
|
Zone Etc/GMT-5 5 - GMT-5
|
|
|
|
|
Zone Etc/GMT-4 4 - GMT-4
|
|
|
|
|
Zone Etc/GMT-3 3 - GMT-3
|
|
|
|
|
Zone Etc/GMT-2 2 - GMT-2
|
|
|
|
|
Zone Etc/GMT-1 1 - GMT-1
|
|
|
|
|
Zone Etc/GMT+1 -1 - GMT+1
|
|
|
|
|
Zone Etc/GMT+2 -2 - GMT+2
|
|
|
|
|
Zone Etc/GMT+3 -3 - GMT+3
|
|
|
|
|
Zone Etc/GMT+4 -4 - GMT+4
|
|
|
|
|
Zone Etc/GMT+5 -5 - GMT+5
|
|
|
|
|
Zone Etc/GMT+6 -6 - GMT+6
|
|
|
|
|
Zone Etc/GMT+7 -7 - GMT+7
|
|
|
|
|
Zone Etc/GMT+8 -8 - GMT+8
|
|
|
|
|
Zone Etc/GMT+9 -9 - GMT+9
|
|
|
|
|
Zone Etc/GMT+10 -10 - GMT+10
|
|
|
|
|
Zone Etc/GMT+11 -11 - GMT+11
|
|
|
|
|
Zone Etc/GMT+12 -12 - GMT+12
|