This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/154] tzset not called frequently enough by localtime() and friends


------- Additional Comments From drepper at redhat dot com  2004-08-09 07:28 -------
I've made the change to tzset.c.  If TZ is not set some more thorough tests are
performed.  The additional change to tzfile.c I added prevents most of the work
in case the file has not changed.

As for any code which doesn't call tzset all the time: this definitly won't
change.  It's far too expensive.  And for what?  The 0.000001% of the people who
take the laptops on a world tour and expect, e.g., syslog messages with dates
according to the native timezone.  This is not justification enough.  Just
restart your machine.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=154

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]