2006-02-27 00:39:30 +01:00
|
|
|
# @(#)etcetera 8.1
|
1995-02-18 02:27:10 +01:00
|
|
|
|
1996-11-27 07:13:15 +01: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 22:47:29 +02: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.
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
Zone Etc/GMT 0 - GMT
|
1996-11-27 07:13:15 +01:00
|
|
|
Zone Etc/UTC 0 - UTC
|
|
|
|
Zone Etc/UCT 0 - UCT
|
|
|
|
|
1998-08-11 20:44:11 +02:00
|
|
|
# The following link uses older naming conventions,
|
|
|
|
# but it belongs here, not in the file `backward',
|
|
|
|
# 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-27 07:13:15 +01:00
|
|
|
Link Etc/UTC Etc/Universal
|
|
|
|
Link Etc/UTC Etc/Zulu
|
|
|
|
|
1995-02-18 02:27:10 +01:00
|
|
|
Link Etc/GMT Etc/Greenwich
|
|
|
|
Link Etc/GMT Etc/GMT-0
|
|
|
|
Link Etc/GMT Etc/GMT+0
|
|
|
|
Link Etc/GMT Etc/GMT0
|
|
|
|
|
2001-03-16 02:10:29 +01: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
|
|
|
|
# the abbreviation "GMT+4" and corresponds to 4 hours behind UTC
|
|
|
|
# (i.e. west of Greenwich) even though many people would expect it to
|
|
|
|
# mean 4 hours ahead of UTC (i.e. east of Greenwich).
|
|
|
|
#
|
|
|
|
# In the draft 5 of POSIX 1003.1-200x, the angle bracket notation
|
|
|
|
# (which is not yet supported by the tz code) allows for
|
|
|
|
# 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".
|
1995-02-18 02:27:10 +01:00
|
|
|
|
|
|
|
# Earlier incarnations of this package were not POSIX-compliant,
|
|
|
|
# and had lines such as
|
|
|
|
# Zone GMT-12 -12 - GMT-1200
|
|
|
|
# We did not want things to change quietly if someone accustomed to the old
|
|
|
|
# way does a
|
|
|
|
# zic -l GMT-12
|
|
|
|
# so we moved the names into the Etc subdirectory.
|
|
|
|
|
Fri Apr 19 00:49:44 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* stdlib/rpmatch.c (rpmatch: try): Take new arg NOMATCH, return value
for nonmatching nonerror (instead of !MATCH).
(rpmatch): Use it, so we return -1 when NOEXPR doesn't match either.
* resolv/getnetnamadr.c (getnetbyaddr): Use u_int32_t instead of
unsigned long for variable NET2.
* time/etcetera, time/europe, time/solar89: Updated from ADO's 96e.
Tue Apr 9 14:37:31 1996 Ulrich Drepper <drepper@cygnus.com>
* catgets/Makefile, catgets/catgets.c, catgets/catgetsinfo.h,
catgets/config.h, catgets/gencat.c, catgets/nl_types.h,
catgets/open_catalog.c: New files. Implementation of XPG4
compliant catgets() function and needed tools.
* Makefile (subdirs): Add catgets.
Thu Apr 18 23:36:11 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* math/Makefile (CPPFLAGS): Append -D__NO_MATH_INLINES.
Wed Apr 10 20:48:43 1996 Ulrich Drepper <drepper@cygnus.com>
* stdio-common/vfprintf.c: Correct some typos.
* sysdeps/libm-ieee754/w_gammaf.c, sysdeps/libm-ieee754/w_lgamma.c,
sysdeps/libm-ieee754/w_lgammaf.c: Reference signgam instead of
__signgam.
Thu Apr 18 21:07:27 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* Makerules (no-whole-archive): New variable.
(build-shlib): Use it.
* elf/Makefile (libdl.so): Use it.
* configure.in (libc_cv_ld_no_whole_archive): New check for
--no-whole-archive.
* config.make.in (have-no-whole-archive): New variable.
* stdio-common/printf_fp.c: Increase fudge factor for BIGNUM_SIZE calc
from 3 to 4.
* Make-dist: Include version.mk.
(version, release): Variables removed.
* Makeconfig (version.mk): New target.
Fri Apr 19 01:42:18 1996 Ulrich Drepper <drepper@cygnus.com>
* locale/Makefile (headers): Add langinfo.h.
(CPPFLAGS): Remove -Iliblib.
1996-04-20 02:05:25 +02:00
|
|
|
Zone Etc/GMT-14 14 - GMT-14 # 14 hours ahead of GMT
|
|
|
|
Zone Etc/GMT-13 13 - GMT-13
|
1995-02-18 02:27:10 +01: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
|