2003-03-24 20:36:57 +01:00
|
|
|
# @(#)zone.tab 1.28
|
1999-10-01 18:09:12 +02:00
|
|
|
#
|
1996-09-12 20:29:32 +02:00
|
|
|
# TZ zone descriptions
|
|
|
|
#
|
|
|
|
# From Paul Eggert <eggert@twinsun.com> (1996-08-05):
|
|
|
|
#
|
|
|
|
# This file contains a table with the following columns:
|
|
|
|
# 1. ISO 3166 2-character country code. See the file `iso3166.tab'.
|
|
|
|
# 2. Latitude and longitude of the zone's principal location
|
|
|
|
# in ISO 6709 sign-degrees-minutes-seconds format,
|
|
|
|
# either +-DDMM+-DDDMM or +-DDMMSS+-DDDMMSS,
|
|
|
|
# first latitude (+ is north), then longitude (+ is east).
|
|
|
|
# 3. Zone name used in value of TZ environment variable.
|
|
|
|
# 4. Comments; present if and only if the country has multiple rows.
|
2001-06-06 16:01:54 +02:00
|
|
|
#
|
1996-09-12 20:29:32 +02:00
|
|
|
# Columns are separated by a single tab.
|
|
|
|
# The table is sorted first by country, then an order within the country that
|
|
|
|
# (1) makes some geographical sense, and
|
|
|
|
# (2) puts the most populous zones first, where that does not contradict (1).
|
|
|
|
#
|
|
|
|
# Lines beginning with `#' are comments.
|
|
|
|
#
|
|
|
|
#country-
|
|
|
|
#code coordinates TZ comments
|
|
|
|
AD +4230+00131 Europe/Andorra
|
|
|
|
AE +2518+05518 Asia/Dubai
|
|
|
|
AF +3431+06912 Asia/Kabul
|
|
|
|
AG +1703-06148 America/Antigua
|
|
|
|
AI +1812-06304 America/Anguilla
|
|
|
|
AL +4120+01950 Europe/Tirane
|
|
|
|
AM +4011+04430 Asia/Yerevan
|
|
|
|
AN +1211-06900 America/Curacao
|
|
|
|
AO -0848+01314 Africa/Luanda
|
|
|
|
AQ -7750+16636 Antarctica/McMurdo McMurdo Station, Ross Island
|
|
|
|
AQ -9000+00000 Antarctica/South_Pole Amundsen-Scott Station, South Pole
|
2003-03-24 20:36:57 +01:00
|
|
|
AQ -6734-06808 Antarctica/Rothera Rothera Station, Adelaide Island
|
1996-11-27 07:13:15 +01:00
|
|
|
AQ -6448-06406 Antarctica/Palmer Palmer Station, Anvers Island
|
1996-09-12 20:29:32 +02:00
|
|
|
AQ -6736+06253 Antarctica/Mawson Mawson Station, Holme Bay
|
1998-05-29 11:44:53 +02:00
|
|
|
AQ -6835+07758 Antarctica/Davis Davis Station, Vestfold Hills
|
1996-11-27 07:13:15 +01:00
|
|
|
AQ -6617+11031 Antarctica/Casey Casey Station, Bailey Peninsula
|
2001-03-16 02:10:29 +01:00
|
|
|
AQ -7824+10654 Antarctica/Vostok Vostok Station, S Magnetic Pole
|
Update.
1997-03-08 05:30 Ulrich Drepper <drepper@cygnus.com>
* argp/Makefile (routines): Add argp-eexst.
* argp/argp-ba.c (argp_program_bug_address): Make `const'.
* argp/argp-eexst.c: New file. Define exit status variable.
* argp/argp-help.c (__argp_state_help): Use argp_err_exit_status
variable instead of always exiting with value 1.
* argp/argp-pv.c (argp_program_version): Make `const'.
* argp/argp.h: Declare argp_err_exit_status.
Patches by Miles Bader <miles@gnu.ai.mit.edu>.
* locale/programs/localedef.c: Use argp_err_exit_status to
terminate with correct value.
* inet/rcmd.c (iruserok): Use euidaccess instead of half-hearted
switching of UID before opening .rhosts.
* libio/vsnprintf.c: Change implementation to follow ISO C 9X
proposal. The return value now is always the number of characters
which would be written if enough space is available.
* manual/stdio.texi: Update description for new behaviour.
* locale/locale.h (__locale_t): Don't use __locale_t for struct
name and pointer to struct since old gccs cannot keep the namespaces
apart. Rename struct to __locale_struct.
* locale/duplocale.h: Likewise.
* locale/newlocale.h: Likewise.
* math/Makefile (headers): Add complex.h and cmathcalls.h.
(routines): Remove w_cabs. Add conj, cimag, creal, and cabs.
* math/math.h: Undefine __MATHDECL_1, __MATHDECL, and __MATHCALL
after use.
(signgam): Move declaration to here from mathcalls.h.
* math/mathcalls.h (cabs, __cabs_complex, signgam): Remove definition.
Correct comment for fmin and fmax.
Start implementing complex math function from ISO C 9X.
* math/complex.h: New file.
* math/cmathcalls.h: New file.
* math/cabs.c: New file.
* math/cabsf.c: New file.
* math/cabsl.c: New file.
* math/cimag.c: New file.
* math/cimagf.c: New file.
* math/cimagl.c: New file.
* math/conj.c: New file.
* math/conjf.c: New file.
* math/conjl.c: New file.
* math/creal.c: New file.
* math/crealf.c: New file.
* math/creall.c: New file.
* sysdeps/libm-ieee754/w_cabs.c: Removed.
* sysdeps/libm-ieee754/w_cabsf.c: Removed.
* sysdeps/libm-ieee754/w_cabsl.c: Removed.
* posix/regex.c: Merge with regex sources from Arnold Robbins'
version in GNU awk.
* posix/regex.h: Likewise.
Add regex test suite by Tom Lord.
* posix/Makefile (distribute): Add TESTS, TESTS2C.sed, and testcases.h.
(tests): Add runtests.
(before-compile): Add testcases.h.
(testcases.h): New rule to generate header with tests.
* posix/TESTS: New file.
* posix/TESTS2C.sed.: New file.
* posix/runtests.c: New file.
* posix/testcases.h: New file.
* sysdeps/unix/sysv/linux/poll.c: Test whether poll syscall is
available and use fall-back implementation if not.
* sysdeps/unix/sysv/linux/syscalls.list: Sort entries.
* time/ialloc.c: Update from tzcode1997c.
* time/private.h: Likewise.
* time/scheck.c: Likewise.
* time/tzselect.ksh: Likewise.
* time/zdump.c: Likewise.
* time/zic.c: Likewise.
* time/tzfile.c: Pretty print.
1997-03-06 07:37 Geoff Keating <geoffk@ozemail.com.au>
Port to powerpc-*-linux-gnu. Slightly tested, under MkLinux,
on a 601.
* sysdeps/powerpc/Implies: Added.
* sysdeps/powerpc/__longjmp.S: Added.
* sysdeps/powerpc/__math.h: Added.
* sysdeps/powerpc/bsd-_setjmp.S: Added.
* sysdeps/powerpc/bsd-setjmp.S: Added.
* sysdeps/powerpc/dl-machine.h: Added.
* sysdeps/powerpc/ffs.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/powerpc/setjmp.S: Added.
* sysdeps/powerpc/strlen.s: Added.
* sysdeps/powerpc/elf/start.c: Added.
* sysdeps/powerpc/fpu_control.h: Added.
* sysdeps/powerpc/jmp_buf.h: Added.
* sysdeps/unix/sysv/linux/powerpc/Dist: Added.
* sysdeps/unix/sysv/linux/powerpc/_exit.S: Added.
* sysdeps/unix/sysv/linux/powerpc/brk.c: Added.
* sysdeps/unix/sysv/linux/powerpc/clone.S: Added.
* sysdeps/unix/sysv/linux/powerpc/init-first.h: Added.
* sysdeps/unix/sysv/linux/powerpc/ioctl-types.h: Added.
* sysdeps/unix/sysv/linux/powerpc/profil.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Added.
* sysdeps/unix/sysv/linux/powerpc/socket.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscall.S: Added.
* sysdeps/unix/sysv/linux/powerpc/syscalls.list: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.c: Added.
* sysdeps/unix/sysv/linux/powerpc/sysdep.h: Added.
* sysdeps/unix/sysv/linux/powerpc/termbits.h: Added.
* sysdeps/unix/sysv/linux/powerpc/sys/syscall.h: Added.
1997-03-05 05:24 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-runtime.c (fixup): Add ELF_FIXUP_RETURNS_ADDRESS switch,
because knowing the first instruction of a PowerPC PLT trampoline
is not very helpful.
1997-03-04 08:04 Geoff Keating <geoffk@ozemail.com.au>
* elf/dl-load.c (ELF_PREFERRED_ADDRESS, ELF_PREFERRED_ADDRESS_DATA,
ELF_FIXED_ADDRESS): Added. These are for dl-machine.h to indicate
a preference as to where executables should be loaded.
1997-02-28 08:50 Geoff Keating <geoffk@ozemail.com.au>
* elf/elf.h: Add in all those PowerPC reloc types.
1997-02-24 07:12 Geoff Keating <geoffk@ozemail.com.au>
* stdio-common/vfscanf.c: Use __va_copy if available.
1997-03-06 13:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* malloc/malloc.c (mprotect) [_LIBC]: Define as __mprotect to
clean up namespace.
1997-03-07 14:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/libm-ieee754/s_fpclassify.c (__fpclassify): Don't use
non-existing GET_WORDS macro, use EXTRACT_WORDS.
Reported by Andres Schwab <schwab@issan.informatik.uni-dortmund.de>.
1997-03-07 05:27 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/i386/sigaction.c: The user- and
kernel-level sigaction structure is different. handle this
correctly.
Bug report by Andres Jaeger <jaeger@informatik.uni-kl.de>.
1997-03-06 05:55 David Engel <david@sw.ods.com>
* sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Also
recognize cache entries with flag == 3.
1997-03-06 01:05 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/netinet/in.h (INADDR_NONE): Cast to unsigned int.
(INADDR_LOOPBACK): Likewise.
* sysdeps/unix/sysv/linux/netinet/in.h: Likewise.
* manual/socket.texi: Correct types of INADDR_* constants from
unsigned long to unsigned.
1997-03-05 23:14 Ulrich Drepper <drepper@cygnus.com>
* time/antarctica: Update from tzdata1997c.
* time/asia: Likewise.
* time/zone.tab: Likewise.
1997-03-05 00:43 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* configure.in (libc_cv_asm_symver_directive,
libc_cv_ld_version_script_option): Remove unknown instruction from
assembler test file.
1997-03-04 19:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* sysdeps/m68k/fpu/__math.h: Update feature tests to use
__USE_ISOC9X.
[__USE_ISOC9X]: Define __log2 and __exp2 inlines.
(fabs): Remove defininition, it is a gcc builtin.
(sqrt, __sqrt): Remove definition, they have wrappers in libm.
1997-03-04 10:11 H.J. Lu <hjl@lucon.org>
* sunrpc/Makefile ($(objpfx)rpc-proto.c): Create subdir before
generating file.
1997-03-05 03:59 Ulrich Drepper <drepper@cygnus.com>
* inet/rcmd.c (__ivaliduser): Don't use getline, but __getline
instead to avoid namespace problems.
Reported by David Mosberger-Tang <davidm@AZStarNet.COM>.
1997-03-03 19:01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* login/utmp_file.c: Fix previous change. Make portable by
checking the _HAVE_UT_* feature macros.
* libio/fileops.c (_IO_file_finish): Likewise.
1997-03-08 06:28:20 +01:00
|
|
|
AQ -6640+14001 Antarctica/DumontDUrville Dumont-d'Urville Base, Terre Adelie
|
1999-03-29 02:19:49 +02:00
|
|
|
AQ -690022+0393524 Antarctica/Syowa Syowa Station, E Ongul I
|
1996-11-27 07:13:15 +01:00
|
|
|
AR -3436-05827 America/Buenos_Aires E Argentina (BA, DF, SC, TF)
|
2002-04-06 06:05:41 +02:00
|
|
|
AR -3124-06411 America/Cordoba most locations (CB,CC,CH,CN,ER,FM,LP,LR,MN,NQ,RN,SA,SE,SF,SJ,SL,TM)
|
1996-11-27 07:13:15 +01:00
|
|
|
AR -2411-06518 America/Jujuy Jujuy (JY)
|
|
|
|
AR -2828-06547 America/Catamarca Catamarca (CT)
|
|
|
|
AR -3253-06849 America/Mendoza Mendoza (MZ)
|
1996-09-12 20:29:32 +02:00
|
|
|
AS -1416-17042 Pacific/Pago_Pago
|
|
|
|
AT +4813+01620 Europe/Vienna
|
|
|
|
AU -3133+15905 Australia/Lord_Howe Lord Howe Island
|
|
|
|
AU -4253+14719 Australia/Hobart Tasmania
|
|
|
|
AU -3749+14458 Australia/Melbourne Victoria
|
|
|
|
AU -3352+15113 Australia/Sydney New South Wales - most locations
|
2001-03-16 02:10:29 +01:00
|
|
|
AU -3157+14127 Australia/Broken_Hill New South Wales - Yancowinna
|
1996-11-27 07:13:15 +01:00
|
|
|
AU -2728+15302 Australia/Brisbane Queensland - most locations
|
|
|
|
AU -2016+14900 Australia/Lindeman Queensland - Holiday Islands
|
1996-09-12 20:29:32 +02:00
|
|
|
AU -3455+13835 Australia/Adelaide South Australia
|
|
|
|
AU -1228+13050 Australia/Darwin Northern Territory
|
|
|
|
AU -3157+11551 Australia/Perth Western Australia
|
|
|
|
AW +1230-06858 America/Aruba
|
|
|
|
AZ +4023+04951 Asia/Baku
|
|
|
|
BA +4352+01825 Europe/Sarajevo
|
|
|
|
BB +1306-05937 America/Barbados
|
2000-12-16 18:50:48 +01:00
|
|
|
BD +2343+09025 Asia/Dhaka
|
1996-09-12 20:29:32 +02:00
|
|
|
BE +5050+00420 Europe/Brussels
|
|
|
|
BF +1222-00131 Africa/Ouagadougou
|
|
|
|
BG +4241+02319 Europe/Sofia
|
|
|
|
BH +2623+05035 Asia/Bahrain
|
|
|
|
BI -0323+02922 Africa/Bujumbura
|
|
|
|
BJ +0629+00237 Africa/Porto-Novo
|
|
|
|
BM +3217-06446 Atlantic/Bermuda
|
|
|
|
BN +0456+11455 Asia/Brunei
|
|
|
|
BO -1630-06809 America/La_Paz
|
2000-12-16 18:50:48 +01:00
|
|
|
BR -0351-03225 America/Noronha Atlantic islands
|
1999-03-19 02:20:22 +01:00
|
|
|
BR -0127-04829 America/Belem Amapa, E Para
|
2000-12-16 18:50:48 +01:00
|
|
|
BR -0343-03830 America/Fortaleza NE Brazil (MA, PI, CE, RN, PR)
|
|
|
|
BR -0803-03454 America/Recife Pernambuco
|
1999-03-19 02:20:22 +01:00
|
|
|
BR -0712-04812 America/Araguaina Tocantins
|
|
|
|
BR -0940-03543 America/Maceio Alagoas, Sergipe
|
1996-11-27 07:13:15 +01:00
|
|
|
BR -2332-04637 America/Sao_Paulo S & SE Brazil (BA, GO, DF, MG, ES, RJ, SP, PR, SC, RS)
|
1999-03-19 02:20:22 +01:00
|
|
|
BR -1535-05605 America/Cuiaba Mato Grosso, Mato Grosso do Sul
|
1999-11-10 03:42:49 +01:00
|
|
|
BR -0846-06354 America/Porto_Velho W Para, Rondonia
|
|
|
|
BR +0249-06040 America/Boa_Vista Roraima
|
2000-12-16 18:50:48 +01:00
|
|
|
BR -0308-06001 America/Manaus E Amazonas
|
|
|
|
BR -0640-06952 America/Eirunepe W Amazonas
|
2001-03-16 02:10:29 +01:00
|
|
|
BR -0958-06748 America/Rio_Branco Acre
|
1996-09-12 20:29:32 +02:00
|
|
|
BS +2505-07721 America/Nassau
|
2000-10-15 03:31:30 +02:00
|
|
|
BT +2728+08939 Asia/Thimphu
|
1996-09-12 20:29:32 +02:00
|
|
|
BW -2545+02555 Africa/Gaborone
|
|
|
|
BY +5354+02734 Europe/Minsk
|
|
|
|
BZ +1730-08812 America/Belize
|
|
|
|
CA +4734-05243 America/St_Johns Newfoundland Island
|
1996-11-27 07:13:15 +01:00
|
|
|
CA +4439-06336 America/Halifax Atlantic Time - Nova Scotia (most places), NB, W Labrador, E Quebec & PEI
|
1996-09-12 20:29:32 +02:00
|
|
|
CA +4612-05957 America/Glace_Bay Atlantic Time - Nova Scotia - places that did not observe DST 1966-1971
|
1996-11-27 07:13:15 +01:00
|
|
|
CA +5320-06025 America/Goose_Bay Atlantic Time - E Labrador
|
1996-09-12 20:29:32 +02:00
|
|
|
CA +4531-07334 America/Montreal Eastern Time - Ontario & Quebec - most locations
|
|
|
|
CA +4901-08816 America/Nipigon Eastern Time - Ontario & Quebec - places that did not observe DST 1967-1973
|
|
|
|
CA +4823-08915 America/Thunder_Bay Eastern Time - Thunder Bay, Ontario
|
2000-12-16 18:50:48 +01:00
|
|
|
CA +6608-06544 America/Pangnirtung Eastern Standard Time - Pangnirtung, Nunavut
|
|
|
|
CA +6344-06828 America/Iqaluit Eastern Standard Time - east Nunavut
|
|
|
|
CA +6245-09210 America/Rankin_Inlet Eastern Standard Time - central Nunavut
|
1996-09-12 20:29:32 +02:00
|
|
|
CA +4953-09709 America/Winnipeg Central Time - Manitoba & west Ontario
|
|
|
|
CA +4843-09429 America/Rainy_River Central Time - Rainy River & Fort Frances, Ontario
|
1999-10-01 18:09:12 +02:00
|
|
|
CA +6903-10505 America/Cambridge_Bay Central Time - west Nunavut
|
1996-09-12 20:29:32 +02:00
|
|
|
CA +5024-10439 America/Regina Central Standard Time - Saskatchewan - most locations
|
|
|
|
CA +5017-10750 America/Swift_Current Central Standard Time - Saskatchewan - midwest
|
|
|
|
CA +5333-11328 America/Edmonton Mountain Time - Alberta, east British Columbia & west Saskatchewan
|
|
|
|
CA +6227-11421 America/Yellowknife Mountain Time - central Northwest Territories
|
|
|
|
CA +6825-11330 America/Inuvik Mountain Time - west Northwest Territories
|
|
|
|
CA +5946-12014 America/Dawson_Creek Mountain Standard Time - Dawson Creek & Fort Saint John, British Columbia
|
|
|
|
CA +4916-12307 America/Vancouver Pacific Time - west British Columbia
|
|
|
|
CA +6043-13503 America/Whitehorse Pacific Time - south Yukon
|
|
|
|
CA +6404-13925 America/Dawson Pacific Time - north Yukon
|
|
|
|
CC -1210+09655 Indian/Cocos
|
1997-07-19 23:18:32 +02:00
|
|
|
CD -0418+01518 Africa/Kinshasa west Dem. Rep. of Congo
|
|
|
|
CD -1140+02728 Africa/Lubumbashi east Dem. Rep. of Congo
|
1996-09-12 20:29:32 +02:00
|
|
|
CF +0422+01835 Africa/Bangui
|
|
|
|
CG -0416+01517 Africa/Brazzaville
|
|
|
|
CH +4723+00832 Europe/Zurich
|
|
|
|
CI +0519-00402 Africa/Abidjan
|
|
|
|
CK -2114-15946 Pacific/Rarotonga
|
2001-06-06 16:01:54 +02:00
|
|
|
CL -3327-07040 America/Santiago most locations
|
|
|
|
CL -2710-10927 Pacific/Easter Easter Island & Sala y Gomez
|
1996-09-12 20:29:32 +02:00
|
|
|
CM +0403+00942 Africa/Douala
|
2002-01-29 05:25:28 +01:00
|
|
|
CN +3114+12128 Asia/Shanghai east China - Beijing, Guangdong, Shanghai, etc.
|
2001-10-15 00:33:08 +02:00
|
|
|
CN +4545+12641 Asia/Harbin Heilongjiang
|
2002-01-29 05:25:28 +01:00
|
|
|
CN +2934+10635 Asia/Chongqing central China - Gansu, Guizhou, Sichuan, Yunnan, etc.
|
|
|
|
CN +4348+08735 Asia/Urumqi Tibet & most of Xinjiang Uyghur
|
|
|
|
CN +3929+07559 Asia/Kashgar southwest Xinjiang Uyghur
|
1996-09-12 20:29:32 +02:00
|
|
|
CO +0436-07405 America/Bogota
|
|
|
|
CR +0956-08405 America/Costa_Rica
|
|
|
|
CU +2308-08222 America/Havana
|
|
|
|
CV +1455-02331 Atlantic/Cape_Verde
|
|
|
|
CX -1025+10543 Indian/Christmas
|
|
|
|
CY +3510+03322 Asia/Nicosia
|
|
|
|
CZ +5005+01426 Europe/Prague
|
|
|
|
DE +5230+01322 Europe/Berlin
|
|
|
|
DJ +1136+04309 Africa/Djibouti
|
|
|
|
DK +5540+01235 Europe/Copenhagen
|
|
|
|
DM +1518-06124 America/Dominica
|
|
|
|
DO +1828-06954 America/Santo_Domingo
|
|
|
|
DZ +3647+00303 Africa/Algiers
|
|
|
|
EC -0210-07950 America/Guayaquil mainland
|
|
|
|
EC -0054-08936 Pacific/Galapagos Galapagos Islands
|
|
|
|
EE +5925+02445 Europe/Tallinn
|
|
|
|
EG +3003+03115 Africa/Cairo
|
|
|
|
EH +2709-01312 Africa/El_Aaiun
|
|
|
|
ER +1520+03853 Africa/Asmera
|
|
|
|
ES +4024-00341 Europe/Madrid mainland
|
|
|
|
ES +3553-00519 Africa/Ceuta Ceuta & Melilla
|
|
|
|
ES +2806-01524 Atlantic/Canary Canary Islands
|
|
|
|
ET +0902+03842 Africa/Addis_Ababa
|
|
|
|
FI +6010+02458 Europe/Helsinki
|
|
|
|
FJ -1808+17825 Pacific/Fiji
|
|
|
|
FK -5142-05751 Atlantic/Stanley
|
|
|
|
FM +0931+13808 Pacific/Yap Yap
|
|
|
|
FM +0725+15147 Pacific/Truk Truk (Chuuk)
|
|
|
|
FM +0658+15813 Pacific/Ponape Ponape (Pohnpei)
|
|
|
|
FM +0519+16259 Pacific/Kosrae Kosrae
|
|
|
|
FO +6201-00646 Atlantic/Faeroe
|
|
|
|
FR +4852+00220 Europe/Paris
|
|
|
|
GA +0023+00927 Africa/Libreville
|
|
|
|
GB +512830-0001845 Europe/London Great Britain
|
|
|
|
GB +5435-00555 Europe/Belfast Northern Ireland
|
|
|
|
GD +1203-06145 America/Grenada
|
|
|
|
GE +4143+04449 Asia/Tbilisi
|
|
|
|
GF +0456-05220 America/Cayenne
|
|
|
|
GH +0533-00013 Africa/Accra
|
|
|
|
GI +3608-00521 Europe/Gibraltar
|
2001-10-15 00:33:08 +02:00
|
|
|
GL +6411-05144 America/Godthab most locations
|
2002-01-29 05:25:28 +01:00
|
|
|
GL +7646-01840 America/Danmarkshavn east coast, north of Scoresbysund
|
2001-10-15 00:33:08 +02:00
|
|
|
GL +7030-02215 America/Scoresbysund Scoresbysund / Ittoqqortoormiit
|
2002-01-29 05:25:28 +01:00
|
|
|
GL +7634-06847 America/Thule Thule / Pituffik
|
1996-09-12 20:29:32 +02:00
|
|
|
GM +1328-01639 Africa/Banjul
|
|
|
|
GN +0931-01343 Africa/Conakry
|
|
|
|
GP +1614-06132 America/Guadeloupe
|
|
|
|
GQ +0345+00847 Africa/Malabo
|
|
|
|
GR +3758+02343 Europe/Athens
|
|
|
|
GS -5416-03632 Atlantic/South_Georgia
|
|
|
|
GT +1438-09031 America/Guatemala
|
|
|
|
GU +1328+14445 Pacific/Guam
|
|
|
|
GW +1151-01535 Africa/Bissau
|
|
|
|
GY +0648-05810 America/Guyana
|
1999-11-10 03:42:49 +01:00
|
|
|
HK +2217+11409 Asia/Hong_Kong
|
1996-09-12 20:29:32 +02:00
|
|
|
HN +1406-08713 America/Tegucigalpa
|
|
|
|
HR +4548+01558 Europe/Zagreb
|
|
|
|
HT +1832-07220 America/Port-au-Prince
|
|
|
|
HU +4730+01905 Europe/Budapest
|
|
|
|
ID -0610+10648 Asia/Jakarta Java & Sumatra
|
2001-06-06 16:01:54 +02:00
|
|
|
ID -0002+10920 Asia/Pontianak west & central Borneo
|
2002-04-06 06:05:41 +02:00
|
|
|
ID -0507+11924 Asia/Makassar east & south Borneo, Celebes, Bali, Nusa Tengarra, west Timor
|
1996-09-12 20:29:32 +02:00
|
|
|
ID -0232+14042 Asia/Jayapura Irian Jaya & the Moluccas
|
|
|
|
IE +5320-00615 Europe/Dublin
|
1998-05-29 11:44:53 +02:00
|
|
|
IL +3146+03514 Asia/Jerusalem
|
1996-09-12 20:29:32 +02:00
|
|
|
IN +2232+08822 Asia/Calcutta
|
|
|
|
IO -0720+07225 Indian/Chagos
|
|
|
|
IQ +3321+04425 Asia/Baghdad
|
|
|
|
IR +3540+05126 Asia/Tehran
|
|
|
|
IS +6409-02151 Atlantic/Reykjavik
|
|
|
|
IT +4154+01229 Europe/Rome
|
|
|
|
JM +1800-07648 America/Jamaica
|
|
|
|
JO +3157+03556 Asia/Amman
|
1999-03-19 02:20:22 +01:00
|
|
|
JP +353916+1394441 Asia/Tokyo
|
1996-09-12 20:29:32 +02:00
|
|
|
KE -0117+03649 Africa/Nairobi
|
|
|
|
KG +4254+07436 Asia/Bishkek
|
|
|
|
KH +1133+10455 Asia/Phnom_Penh
|
|
|
|
KI +0125+17300 Pacific/Tarawa Gilbert Islands
|
|
|
|
KI -0308-17105 Pacific/Enderbury Phoenix Islands
|
|
|
|
KI +0152-15720 Pacific/Kiritimati Line Islands
|
|
|
|
KM -1141+04316 Indian/Comoro
|
|
|
|
KN +1718-06243 America/St_Kitts
|
|
|
|
KP +3901+12545 Asia/Pyongyang
|
|
|
|
KR +3733+12658 Asia/Seoul
|
|
|
|
KW +2920+04759 Asia/Kuwait
|
|
|
|
KY +1918-08123 America/Cayman
|
2002-01-29 05:25:28 +01:00
|
|
|
KZ +4315+07657 Asia/Almaty most locations
|
|
|
|
KZ +4448+06528 Asia/Qyzylorda Qyzylorda (Kyzylorda, Kzyl-Orda)
|
|
|
|
KZ +5017+05710 Asia/Aqtobe Aqtobe (Aktobe)
|
|
|
|
KZ +4431+05016 Asia/Aqtau Atyrau (Atirau, Gur'yev), Mangghystau (Mankistau)
|
|
|
|
KZ +5113+05121 Asia/Oral West Kazakhstan
|
1996-09-12 20:29:32 +02:00
|
|
|
LA +1758+10236 Asia/Vientiane
|
|
|
|
LB +3353+03530 Asia/Beirut
|
|
|
|
LC +1401-06100 America/St_Lucia
|
|
|
|
LI +4709+00931 Europe/Vaduz
|
|
|
|
LK +0656+07951 Asia/Colombo
|
|
|
|
LR +0618-01047 Africa/Monrovia
|
|
|
|
LS -2928+02730 Africa/Maseru
|
|
|
|
LT +5441+02519 Europe/Vilnius
|
|
|
|
LU +4936+00609 Europe/Luxembourg
|
|
|
|
LV +5657+02406 Europe/Riga
|
|
|
|
LY +3254+01311 Africa/Tripoli
|
|
|
|
MA +3339-00735 Africa/Casablanca
|
|
|
|
MC +4342+00723 Europe/Monaco
|
2001-03-16 02:10:29 +01:00
|
|
|
MD +4700+02850 Europe/Chisinau
|
1996-09-12 20:29:32 +02:00
|
|
|
MG -1855+04731 Indian/Antananarivo
|
|
|
|
MH +0709+17112 Pacific/Majuro most locations
|
|
|
|
MH +0905+16720 Pacific/Kwajalein Kwajalein
|
|
|
|
MK +4159+02126 Europe/Skopje
|
|
|
|
ML +1239-00800 Africa/Bamako southwest Mali
|
|
|
|
ML +1446-00301 Africa/Timbuktu northeast Mali
|
|
|
|
MM +1647+09610 Asia/Rangoon
|
2000-01-19 01:45:52 +01:00
|
|
|
MN +4755+10653 Asia/Ulaanbaatar most locations
|
2001-06-06 16:01:54 +02:00
|
|
|
MN +4801+09139 Asia/Hovd Bayan-Olgiy, Govi-Altai, Hovd, Uvs, Zavkhan
|
2001-10-15 00:33:08 +02:00
|
|
|
MN +4804+11430 Asia/Choibalsan Dornod, Sukhbaatar
|
2002-01-29 05:25:28 +01:00
|
|
|
MO +2214+11335 Asia/Macau
|
1996-09-12 20:29:32 +02:00
|
|
|
MP +1512+14545 Pacific/Saipan
|
|
|
|
MQ +1436-06105 America/Martinique
|
|
|
|
MR +1806-01557 Africa/Nouakchott
|
1997-09-05 03:43:20 +02:00
|
|
|
MS +1644-06213 America/Montserrat
|
1996-09-12 20:29:32 +02:00
|
|
|
MT +3554+01431 Europe/Malta
|
|
|
|
MU -2010+05730 Indian/Mauritius
|
|
|
|
MV +0410+07330 Indian/Maldives
|
|
|
|
MW -1547+03500 Africa/Blantyre
|
1999-11-10 03:42:49 +01:00
|
|
|
MX +1924-09909 America/Mexico_City Central Time - most locations
|
|
|
|
MX +2105-08646 America/Cancun Central Time - Quintana Roo
|
2000-07-31 22:38:49 +02:00
|
|
|
MX +2058-08937 America/Merida Central Time - Campeche, Yucatan
|
|
|
|
MX +2540-10019 America/Monterrey Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas
|
2000-01-19 01:45:52 +01:00
|
|
|
MX +2313-10625 America/Mazatlan Mountain Time - S Baja, Nayarit, Sinaloa
|
1998-09-24 12:31:56 +02:00
|
|
|
MX +2838-10605 America/Chihuahua Mountain Time - Chihuahua
|
2000-01-19 01:45:52 +01:00
|
|
|
MX +2904-11058 America/Hermosillo Mountain Standard Time - Sonora
|
1999-11-10 03:42:49 +01:00
|
|
|
MX +3232-11701 America/Tijuana Pacific Time
|
1996-09-12 20:29:32 +02:00
|
|
|
MY +0310+10142 Asia/Kuala_Lumpur peninsular Malaysia
|
|
|
|
MY +0133+11020 Asia/Kuching Sabah & Sarawak
|
|
|
|
MZ -2558+03235 Africa/Maputo
|
|
|
|
NA -2234+01706 Africa/Windhoek
|
|
|
|
NC -2216+16530 Pacific/Noumea
|
|
|
|
NE +1331+00207 Africa/Niamey
|
|
|
|
NF -2903+16758 Pacific/Norfolk
|
|
|
|
NG +0627+00324 Africa/Lagos
|
|
|
|
NI +1209-08617 America/Managua
|
|
|
|
NL +5222+00454 Europe/Amsterdam
|
|
|
|
NO +5955+01045 Europe/Oslo
|
|
|
|
NP +2743+08519 Asia/Katmandu
|
|
|
|
NR -0031+16655 Pacific/Nauru
|
|
|
|
NU -1901+16955 Pacific/Niue
|
|
|
|
NZ -3652+17446 Pacific/Auckland most locations
|
1998-05-29 11:44:53 +02:00
|
|
|
NZ -4355-17630 Pacific/Chatham Chatham Islands
|
1996-09-12 20:29:32 +02:00
|
|
|
OM +2336+05835 Asia/Muscat
|
|
|
|
PA +0858-07932 America/Panama
|
|
|
|
PE -1203-07703 America/Lima
|
|
|
|
PF -1732-14934 Pacific/Tahiti Society Islands
|
|
|
|
PF -0900-13930 Pacific/Marquesas Marquesas Islands
|
|
|
|
PF -2308-13457 Pacific/Gambier Gambier Islands
|
|
|
|
PG -0930+14710 Pacific/Port_Moresby
|
|
|
|
PH +1435+12100 Asia/Manila
|
|
|
|
PK +2452+06703 Asia/Karachi
|
|
|
|
PL +5215+02100 Europe/Warsaw
|
|
|
|
PM +4703-05620 America/Miquelon
|
|
|
|
PN -2504-13005 Pacific/Pitcairn
|
|
|
|
PR +182806-0660622 America/Puerto_Rico
|
1998-05-29 11:44:53 +02:00
|
|
|
PS +3130+03428 Asia/Gaza
|
1996-09-12 20:29:32 +02:00
|
|
|
PT +3843-00908 Europe/Lisbon mainland
|
|
|
|
PT +3238-01654 Atlantic/Madeira Madeira Islands
|
|
|
|
PT +3744-02540 Atlantic/Azores Azores
|
|
|
|
PW +0720+13429 Pacific/Palau
|
|
|
|
PY -2516-05740 America/Asuncion
|
|
|
|
QA +2517+05132 Asia/Qatar
|
|
|
|
RE -2052+05528 Indian/Reunion
|
|
|
|
RO +4426+02606 Europe/Bucharest
|
1996-11-27 07:13:15 +01:00
|
|
|
RU +5443+02030 Europe/Kaliningrad Moscow-01 - Kaliningrad
|
1996-09-12 20:29:32 +02:00
|
|
|
RU +5545+03735 Europe/Moscow Moscow+00 - west Russia
|
1996-11-27 07:13:15 +01:00
|
|
|
RU +5312+05009 Europe/Samara Moscow+01 - Caspian Sea
|
1996-09-12 20:29:32 +02:00
|
|
|
RU +5651+06036 Asia/Yekaterinburg Moscow+02 - Urals
|
|
|
|
RU +5500+07324 Asia/Omsk Moscow+03 - west Siberia
|
|
|
|
RU +5502+08255 Asia/Novosibirsk Moscow+03 - Novosibirsk
|
|
|
|
RU +5601+09250 Asia/Krasnoyarsk Moscow+04 - Yenisei River
|
1996-11-27 07:13:15 +01:00
|
|
|
RU +5216+10420 Asia/Irkutsk Moscow+05 - Lake Baikal
|
1996-09-12 20:29:32 +02:00
|
|
|
RU +6200+12940 Asia/Yakutsk Moscow+06 - Lena River
|
1996-11-27 07:13:15 +01:00
|
|
|
RU +4310+13156 Asia/Vladivostok Moscow+07 - Amur River
|
2001-10-15 00:33:08 +02:00
|
|
|
RU +4658+14242 Asia/Sakhalin Moscow+07 - Sakhalin Island
|
|
|
|
RU +5934+15048 Asia/Magadan Moscow+08 - Magadan
|
1996-09-12 20:29:32 +02:00
|
|
|
RU +5301+15839 Asia/Kamchatka Moscow+09 - Kamchatka
|
|
|
|
RU +6445+17729 Asia/Anadyr Moscow+10 - Bering Sea
|
|
|
|
RW -0157+03004 Africa/Kigali
|
|
|
|
SA +2438+04643 Asia/Riyadh
|
|
|
|
SB -0932+16012 Pacific/Guadalcanal
|
|
|
|
SC -0440+05528 Indian/Mahe
|
|
|
|
SD +1536+03232 Africa/Khartoum
|
|
|
|
SE +5920+01803 Europe/Stockholm
|
|
|
|
SG +0117+10351 Asia/Singapore
|
|
|
|
SH -1555-00542 Atlantic/St_Helena
|
|
|
|
SI +4603+01431 Europe/Ljubljana
|
|
|
|
SJ +7800+01600 Arctic/Longyearbyen Svalbard
|
|
|
|
SJ +7059-00805 Atlantic/Jan_Mayen Jan Mayen
|
|
|
|
SK +4809+01707 Europe/Bratislava
|
|
|
|
SL +0830-01315 Africa/Freetown
|
|
|
|
SM +4355+01228 Europe/San_Marino
|
|
|
|
SN +1440-01726 Africa/Dakar
|
|
|
|
SO +0204+04522 Africa/Mogadishu
|
|
|
|
SR +0550-05510 America/Paramaribo
|
|
|
|
ST +0020+00644 Africa/Sao_Tome
|
|
|
|
SV +1342-08912 America/El_Salvador
|
|
|
|
SY +3330+03618 Asia/Damascus
|
|
|
|
SZ -2618+03106 Africa/Mbabane
|
|
|
|
TC +2128-07108 America/Grand_Turk
|
|
|
|
TD +1207+01503 Africa/Ndjamena
|
update from main archive 970121
1997-01-21 Paul Eggert <eggert@twinsun.com>
* posix/getopt.c (_getopt_internal): Return -1, not EOF, when args
are exhausted; this is required by POSIX.2.
* catgets/gencat.c, db/makedb.c, locale/programs/locale.c,
locale/programs/localedef.c, manual/examples/subopt.c,
posix/getopt.c, posix/getopt1.c, stdio-common/bug4.c,
sunrpc/rpcinfo.c (main): Check getopt return value against -1, not EOF.
Tue Jan 21 23:10:40 1997 Ulrich Drepper <drepper@cygnus.com>
* version.h (VERSION): Bump to 1.102.
* sysdeps/unix/sysv/linux/alpha/Dist: Add kernel_sigaction.h.
* elf/Makefile: Don't use CFLAGS-dl-load.c, but instead
CPPFLAGS-dl-load.c so that dependencies can be determined correctly.
* elf/dl-load.c: Fix comment.
* time/Banner: New file.
* time/Makefile (distribute): Add Banner.
Update from ADO tzcode1997a and tzdata1997a.
* time/antarctica: Update.
* time/australia: Update.
* time/zdump.c: Update.
* time/zic.c: Update.
* time/zone.tab: Update.
Mon Jan 20 08:38:32 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* config.make.in (has-ldconfig): New variable.
* configure, configure.in (has_ldconfig): New substitute.
* sysdeps/unix/sysv/linux/configure.in (has_ldconfig): New,
check if $srcdir/elf/ldconfig.c exists.
* Makeconfig (rootsbindir): New, default as
$(exec_prefix)/sbin.
(rtld-version-installed-name): New, default as
ld-$(version).so.
* Makefile (install): Call `$(common-objpfx)elf/ldconfig -d'
only if $(cross-compiling) is no and $(build-shared) is yes.
* Makerules (make-shlib-link): New macro.
($(slibdir)/libfoo.so.$(libfoo.so-version)): Use
$(make-shlib-link) for symlink.
(install-rootsbin, install-rootsbin-nosubdir): New.
(install-no-libc.a-nosubdir): Add
install-rootsbin-nosubdir.
* Rules (others): Add $(install-rootsbin).
* config.make.in (rootsbindir): New.
* configure, configure.in (libc_cv_rootsbindir): New
substitute.
* elf/Makefile (others, install-rootsbin): New, set to
ldconfig.
(+link): New for static linking.
($(slibdir)/$(rtld-version-installed-name)): New.
($(slibdir)/$(rtld-installed-name)): Depend on
$(slibdir)/$(rtld-version-installed-name) and use
$(make-shlib-link) for symlink.
* sunrpc/xdr.c (xdr_string): Return FALSE if sp == NULL
while XDR_ENCODE.
* sysdeps/unix/sysv/linux/a.out.h: Use #include_next for
glibc internals.
* sysdeps/unix/sysv/linux/configure.in (libc_cv_rootsbindir):
New, set to "/sbin" if "$prefix" == "/usr".
Tue Jan 21 13:38:39 1997 Ulrich Drepper <drepper@cygnus.com>
* Makefile (distribute): Add glibcbug.in.
Reported by Philip Blundell <pjb27@cam.ac.uk>.
* elf/Makefile ($(objpfx)trusted-dirs.h): Create elf/ subdir in
build directory if necessary.
Reported by marcus@shannon.sysc.pdx.edu (Marcus G. Daniels).
1997-01-22 06:26:05 +01:00
|
|
|
TF -492110+0701303 Indian/Kerguelen
|
1996-09-12 20:29:32 +02:00
|
|
|
TG +0608+00113 Africa/Lome
|
|
|
|
TH +1345+10031 Asia/Bangkok
|
|
|
|
TJ +3835+06848 Asia/Dushanbe
|
|
|
|
TK -0922-17114 Pacific/Fakaofo
|
2002-10-15 20:25:07 +02:00
|
|
|
TL -0833+12535 Asia/Dili
|
2000-10-15 03:31:30 +02:00
|
|
|
TM +3757+05823 Asia/Ashgabat
|
1996-09-12 20:29:32 +02:00
|
|
|
TN +3648+01011 Africa/Tunis
|
|
|
|
TO -2110+17510 Pacific/Tongatapu
|
|
|
|
TR +4101+02858 Europe/Istanbul
|
|
|
|
TT +1039-06131 America/Port_of_Spain
|
|
|
|
TV -0831+17913 Pacific/Funafuti
|
|
|
|
TW +2503+12130 Asia/Taipei
|
|
|
|
TZ -0648+03917 Africa/Dar_es_Salaam
|
|
|
|
UA +5026+03031 Europe/Kiev most locations
|
1999-11-16 21:13:48 +01:00
|
|
|
UA +4837+02218 Europe/Uzhgorod Ruthenia
|
|
|
|
UA +4750+03510 Europe/Zaporozhye Zaporozh'ye, E Lugansk
|
|
|
|
UA +4457+03406 Europe/Simferopol central Crimea
|
1996-09-12 20:29:32 +02:00
|
|
|
UG +0019+03225 Africa/Kampala
|
|
|
|
UM +1700-16830 Pacific/Johnston Johnston Atoll
|
|
|
|
UM +2813-17722 Pacific/Midway Midway Islands
|
|
|
|
UM +1917+16637 Pacific/Wake Wake Island
|
|
|
|
US +404251-0740023 America/New_York Eastern Time
|
|
|
|
US +421953-0830245 America/Detroit Eastern Time - Michigan - most locations
|
2000-10-15 03:31:30 +02:00
|
|
|
US +381515-0854534 America/Louisville Eastern Time - Kentucky - Louisville area
|
|
|
|
US +364947-0845057 America/Kentucky/Monticello Eastern Time - Kentucky - Wayne County
|
1996-09-12 20:29:32 +02:00
|
|
|
US +394606-0860929 America/Indianapolis Eastern Standard Time - Indiana - most locations
|
|
|
|
US +382232-0862041 America/Indiana/Marengo Eastern Standard Time - Indiana - Crawford County
|
|
|
|
US +411745-0863730 America/Indiana/Knox Eastern Standard Time - Indiana - Starke County
|
|
|
|
US +384452-0850402 America/Indiana/Vevay Eastern Standard Time - Indiana - Switzerland County
|
|
|
|
US +415100-0873900 America/Chicago Central Time
|
|
|
|
US +450628-0873651 America/Menominee Central Time - Michigan - Wisconsin border
|
2001-10-15 00:33:08 +02:00
|
|
|
US +470659-1011757 America/North_Dakota/Center Central Time - North Dakota - Oliver County
|
1996-09-12 20:29:32 +02:00
|
|
|
US +394421-1045903 America/Denver Mountain Time
|
|
|
|
US +433649-1161209 America/Boise Mountain Time - south Idaho & east Oregon
|
|
|
|
US +364708-1084111 America/Shiprock Mountain Time - Navajo
|
|
|
|
US +332654-1120424 America/Phoenix Mountain Standard Time - Arizona
|
|
|
|
US +340308-1181434 America/Los_Angeles Pacific Time
|
|
|
|
US +611305-1495401 America/Anchorage Alaska Time
|
|
|
|
US +581807-1342511 America/Juneau Alaska Time - Alaska panhandle
|
|
|
|
US +593249-1394338 America/Yakutat Alaska Time - Alaska panhandle neck
|
|
|
|
US +643004-1652423 America/Nome Alaska Time - west Alaska
|
|
|
|
US +515248-1763929 America/Adak Aleutian Islands
|
|
|
|
US +211825-1575130 Pacific/Honolulu Hawaii
|
|
|
|
UY -3453-05611 America/Montevideo
|
1998-09-24 12:31:56 +02:00
|
|
|
UZ +3940+06648 Asia/Samarkand west Uzbekistan
|
|
|
|
UZ +4120+06918 Asia/Tashkent east Uzbekistan
|
1996-09-12 20:29:32 +02:00
|
|
|
VA +4154+01227 Europe/Vatican
|
|
|
|
VC +1309-06114 America/St_Vincent
|
|
|
|
VE +1030-06656 America/Caracas
|
|
|
|
VG +1827-06437 America/Tortola
|
|
|
|
VI +1821-06456 America/St_Thomas
|
|
|
|
VN +1045+10640 Asia/Saigon
|
|
|
|
VU -1740+16825 Pacific/Efate
|
|
|
|
WF -1318-17610 Pacific/Wallis
|
|
|
|
WS -1350-17144 Pacific/Apia
|
|
|
|
YE +1245+04512 Asia/Aden
|
|
|
|
YT -1247+04514 Indian/Mayotte
|
|
|
|
YU +4450+02030 Europe/Belgrade
|
|
|
|
ZA -2615+02800 Africa/Johannesburg
|
|
|
|
ZM -1525+02817 Africa/Lusaka
|
|
|
|
ZW -1750+03103 Africa/Harare
|