|
Message-ID: <528DD529.4030408@skarnet.org> Date: Thu, 21 Nov 2013 09:40:57 +0000 From: Laurent Bercot <ska-dietlibc@...rnet.org> To: musl@...ts.openwall.com Subject: Re: Pending patches/issues before 0.9.15 release? Hi Rich, I think there is a localtime bug related to http://www.openwall.com/lists/musl/2012/10/26/11 but I've been unable to expose it in a reproducible way, and I haven't had time to investigate more. But *once*, I got the following results : $ TZ=CEST ./localtime-musl ; TZ=CEST ./localtime-glibc Local: 06:13:34 Global: 06:13:34 TUU Local: 06:13:34 Global: 06:13:34 $ TZ=:right/Europe/Paris ./localtime-musl ; TZ=:right/Europe/Paris ./localtime-glibc Local: 08:14:10 Global: 06:14:10 TUU Local: 08:13:45 Global: 06:13:45 1. That "TUU" looks like some random string is added after the time format, there seems to be a string length error. 2. There's a 35 second discrepancy between the glibc and musl results in the right/ case, which seems to indicate that musl prints UTC when it should print TAI-10. (This is reproducible.) Does musl support the A. D. Olson "right/" timezones ? Thanks, -- Laurent
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.