From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/4251 Path: news.gmane.org!not-for-mail From: Laurent Bercot Newsgroups: gmane.linux.lib.musl.general Subject: Re: Pending patches/issues before 0.9.15 release? Date: Thu, 21 Nov 2013 09:40:57 +0000 Message-ID: <528DD529.4030408@skarnet.org> References: <20131121013056.GA2128@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1385026869 7074 80.91.229.3 (21 Nov 2013 09:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 09:41:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-4255-gllmg-musl=m.gmane.org@lists.openwall.com Thu Nov 21 10:41:14 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VjQl5-0008A2-Sa for gllmg-musl@plane.gmane.org; Thu, 21 Nov 2013 10:41:11 +0100 Original-Received: (qmail 16160 invoked by uid 550); 21 Nov 2013 09:41:09 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 16149 invoked from network); 21 Nov 2013 09:41:08 -0000 X-SourceIP: 89.100.252.69 User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 In-Reply-To: <20131121013056.GA2128@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:4251 Archived-At: 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