Mention stupid time zone name problem.

This commit is contained in:
Ulrich Drepper 1998-11-30 13:48:15 +00:00
parent 3dc9c97969
commit 3f7b3d9b1f

14
FAQ.in
View File

@ -1208,6 +1208,20 @@ Looijaard describes a different way installing glibc2 as secondary libc at
Please note that this is not a complete list.
?? The timezone string for Sydney/Australia is wrong since even when
daylight saving time is in effect the timezone string is EST.
{UD} The problem for some timezones is that the local authorities decided
to use the term "summer time" instead of "daylight saving time". In this
case the abbreviation character `S' is the same as the standard one. So,
for Sydney we have
Eastern Standard Time = EST
Eastern Summer Time = EST
Great! To get this bug fixed convince the authorities to change the laws
and regulations of the country this effects. glibc behaves correctly.
Answers were given by:
{UD} Ulrich Drepper, <drepper@cygnus.com>