bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #33455] Time zone issue on Linux systems running in the UK


From: Wolfgang Lux
Subject: [bug #33455] Time zone issue on Linux systems running in the UK
Date: Wed, 01 Jun 2011 13:33:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux ppc; de; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

Follow-up Comment #1, bug #33455 (project gnustep):

Some additional info on this issue:

The Linux systems copy the time zone file Europe/London from
/usr/share/zoneinfo to /etc/localtime when the time zone is set rather than
creating a soft link. This breaks the logic in NSTimeZone +systemTimeZone to
deduce the full time zone name from the link.

Apparently, there is an inherent ambiguity in the time zone abbreviation
"GMT", which can denote standard time (nowadays known as UCT) and the standard
UK time zone. [[NSTimeZone alloc] initWithName: @"GMT"] apparently decides for
UCT=GMT+0000, but NSTimeZone +systemTimeZone should do better when falling
back to querying tzname by noting that the daylight global is non-zero (see
man tzset).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33455>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]