From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8297 Path: news.gmane.org!not-for-mail From: Jan =?utf-8?B?VsSNZWzDoWs=?= Newsgroups: gmane.linux.lib.musl.general Subject: Re: strptime() lacks support for %z Date: Fri, 14 Aug 2015 16:05:03 +0200 Organization: CZ.NIC Labs Message-ID: <2311717.EcWMpDyUkf@pc-cznic4> References: <55CCE86F.5060409@nic.cz> <2866636.1jqx2TLbIl@pc-cznic4> <20150814093431.GD27440@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1439561132 25820 80.91.229.3 (14 Aug 2015 14:05:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2015 14:05:32 +0000 (UTC) Cc: musl@lists.openwall.com To: Szabolcs Nagy Original-X-From: musl-return-8309-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 14 16:05:32 2015 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1ZQFbv-0005mb-8K for gllmg-musl@m.gmane.org; Fri, 14 Aug 2015 16:05:31 +0200 Original-Received: (qmail 18143 invoked by uid 550); 14 Aug 2015 14:05:24 -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 18124 invoked from network); 14 Aug 2015 14:05:23 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nic.cz; s=default; t=1439561112; bh=uXF+Okn5yR01kNDiT/4OI13huaLbG0U8wqaAr1DBBmE=; h=From:To:Date; b=AHuV3DVX4o+T05oAM6ae/LTXPMi+Ze7hgLN8bZT8CXEb4tXY1jOlGj9/LRElt+hMr +UZCJNlyHbpWAWBcl7boqy3ZGnsaEDNnWUfQC0tG7mDigMRiU1rHp4ql/m98karw3V uIR2lfUv71DiV7lM08yqGHpuqtZ+yk22yqAESRTo= User-Agent: KMail/4.14.9 (Linux/4.1.3-201.fc22.x86_64; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20150814093431.GD27440@port70.net> X-Virus-Scanned: clamav-milter 0.98.7 at mail X-Virus-Status: Clean Xref: news.gmane.org gmane.linux.lib.musl.general:8297 Archived-At: On Friday, August 14, 2015 11:34:32 AM Szabolcs Nagy wrote: > if you want portable code then you cannot rely on the > libc supporting %z, but otherwise it seems to be a > reasonable extension, just make sure the implementation > does not break any conforming code that does not use %z. OK then. We won't relay on '%z' in strptime and will fix that in our implementation. Anyway, thank you for useful input. Regards, Jan