From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11894 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: strftime %Z returning empty string Date: Fri, 1 Sep 2017 10:57:45 +0200 Message-ID: <20170901085745.GU15263@port70.net> References: <59A87527.3070700@adelielinux.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1504256289 16706 195.159.176.226 (1 Sep 2017 08:58:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 1 Sep 2017 08:58:09 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-11907-gllmg-musl=m.gmane.org@lists.openwall.com Fri Sep 01 10:58:00 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dnhly-0003bC-6m for gllmg-musl@m.gmane.org; Fri, 01 Sep 2017 10:57:54 +0200 Original-Received: (qmail 5335 invoked by uid 550); 1 Sep 2017 08:57:57 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 5307 invoked from network); 1 Sep 2017 08:57:57 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <59A87527.3070700@adelielinux.org> Xref: news.gmane.org gmane.linux.lib.musl.general:11894 Archived-At: * A. Wilcox [2017-08-31 15:44:23 -0500]: > > %Z is a glibc extension. I don't believe musl supports it. > it's an extension in strptime and also implmented by bsd systems (though a bit differently than in glibc), but specified for strftime.