From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/5858 Path: news.gmane.org!not-for-mail From: Isaac Dunham Newsgroups: gmane.linux.lib.musl.general Subject: Re: XPG4 Date: Thu, 14 Aug 2014 17:42:32 -0700 Message-ID: <20140815004232.GA1767@newbook> References: <20140814194632.GK12888@brightrain.aerifal.cx> <20140814234004.GO12888@brightrain.aerifal.cx> 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 1408063375 32509 80.91.229.3 (15 Aug 2014 00:42:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Aug 2014 00:42:55 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-5864-gllmg-musl=m.gmane.org@lists.openwall.com Fri Aug 15 02:42:48 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 1XI5bS-0005tt-W2 for gllmg-musl@plane.gmane.org; Fri, 15 Aug 2014 02:42:47 +0200 Original-Received: (qmail 9803 invoked by uid 550); 15 Aug 2014 00:42:46 -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 9795 invoked from network); 15 Aug 2014 00:42:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QWJxcch3ZrIYkDQn0pOuvLp/7dZMdQZS8CVm6DmHljU=; b=vX91D6mQOkIMeux7XoUlExAWMUHKUS7WASB/ASmNe7OwYjUc2mr596o3IopPZdgaNQ 8xQ4wijiFlRRLCO4Ls/R+gN2c8dq4VJYqbGv6yHFB4gpDX8bTB2UgQ1xEJThE9tc+m1y UYcVpRtsu7jpZvDAYDpSkWMKF5L/OMPcBU0ub0SgQhSem6D0O9MonhivGqf/aIa2U1Pd tWkE7teXc6aj+4cf29xDdkexQ9g0uTvyHhjHZNlCMsm4TEAdVKcqIHIE/kc3dIhIvDLk oTtSM0BVuBbNTNTUp2YVQZuh92DL/yvrvWlk1fetOrs+jfg9eBasTWMv73xl1jJxrs4b WCNw== X-Received: by 10.70.134.165 with SMTP id pl5mr13788838pdb.20.1408063353528; Thu, 14 Aug 2014 17:42:33 -0700 (PDT) Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Xref: news.gmane.org gmane.linux.lib.musl.general:5858 Archived-At: On Thu, Aug 14, 2014 at 07:48:44PM -0400, Alec Salazar wrote: > Yes. D_T_FMT yields a similar output to _DATE_FMT, but it lacks the > timezone identifier. So I had thought to use the format specifiers directly > and bypass the call to nl_langinfo. I was told that _DATE_FMT was added > because Sun made everything up to date with the latest xopen std. I don't Just a quick comment here: xpg4 is not the latest X/Open standard, it's the oldest (early 1990s if I remember correctly). SUSv4(TC1)/POSIX2013 is the latest, and that's what musl is written to. HTH, Isaac Dunham