From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23951 invoked by alias); 17 Oct 2007 20:23:22 -0000 Received: (qmail 23791 invoked by uid 48); 17 Oct 2007 20:23:11 -0000 Date: Wed, 17 Oct 2007 20:23:00 -0000 Message-ID: <20071017202311.23790.qmail@sourceware.org> From: "drepper at redhat dot com" To: glibc-bugs@sources.redhat.com In-Reply-To: <20071016070225.5186.adi@hexapodia.org> References: <20071016070225.5186.adi@hexapodia.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug libc/5186] localtime does not handle changed /etc/localtime X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00115.txt.bz2 ------- Additional Comments From drepper at redhat dot com 2007-10-17 20:23 ------- Your test case is wrong since localtime_r does not have to (nor should) implicitly call tzset. That's necessary to enable parallelism. But there was a problem with using localtime after a file change. This is now fixed. -- What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED http://sourceware.org/bugzilla/show_bug.cgi?id=5186 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.