From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6275 Path: news.gmane.org!not-for-mail From: vlse Newsgroups: gmane.linux.lib.musl.general Subject: Error in interpreting posix timezone TZ environment variable by musl-libc Date: Thu, 9 Oct 2014 01:14:29 +0530 Message-ID: <20141008194429.GG17442@localhost> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412801865 13981 80.91.229.3 (8 Oct 2014 20:57:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2014 20:57:45 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6288-gllmg-musl=m.gmane.org@lists.openwall.com Wed Oct 08 22:57:40 2014 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 1XbyIk-0007pD-6b for gllmg-musl@plane.gmane.org; Wed, 08 Oct 2014 22:57:38 +0200 Original-Received: (qmail 3294 invoked by uid 550); 8 Oct 2014 20:57:37 -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 11704 invoked from network); 8 Oct 2014 19:44:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=veera.biz; s=20111215; t=1412797437; bh=zFwIrEmoJ7iajE9J88J7QkuRsAsMW22uEeMKCadsASc=; h=Date:From:To:Subject:Message-ID:Mime-Version:Content-Type; b=MZK1k2TLHnn6U5R4sZJXpvESDB/TLcI4rmbb2rnClkscR9uw9lEkVGvuCxzwCrbNT Rq2WnGjWfbzVgvqVSkEqC8rjMKRLJvCZtJl/n5wcQ1TEege02W2RNtZkAgQKyGQ1Il cCIDhUA7PdAJbj16ytHq3+jQDtTz7tU68qLdImnI= Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-CTCH-RefID: str=0001.0A020203.543593FD.0172,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown X-CTCH-Score: 0.000 X-CTCH-Rules: X-CTCH-Flags: 0 X-CTCH-ScoreCust: 0.000 X-CTCH-SenderID: vlse X-CTCH-SenderID-TotalMessages: 1 X-CTCH-SenderID-TotalSpam: 0 X-CTCH-SenderID-TotalSuspected: 0 X-CTCH-SenderID-TotalBulk: 0 X-CTCH-SenderID-TotalConfirmed: 0 X-CTCH-SenderID-TotalRecipients: 0 X-CTCH-SenderID-TotalVirus: 0 X-CTCH-SenderID-BlueWhiteFlag: 0 X-Scanned-By: MIMEDefang 2.72 on 172.16.214.28 Xref: news.gmane.org gmane.linux.lib.musl.general:6275 Archived-At: musl-libc stable 1.0.3 has wrong implementation of posix timezone TZ environmental variable. For e.g. if I set TZ="IST-5:30" and use busybox date command compiled with musl-libc it's show One hour early than actual. Same with c code using asctime from musl-libc. Any known fix. ------ vlse