Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Tue, 14 Jan 2003 10:05:46 +0100 From: Corinna Vinschen To: Cygwin Subject: Re: GCC bug with strftime Message-ID: <20030114090546.GB1373@cygbert.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: Cygwin References: <031501c2bb75$72f016a0$f836ba8c AT sfdev3> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i On Mon, Jan 13, 2003 at 07:00:07PM -0800, Richard Troy wrote: > > > The problem is that this call fails to return an hour: > > > > > > strftime(IT,key,"%m/%d/%y %l:%M %p", brokentime); I'm sorry to say that but... > The answer is yes, I have checked. The code works in my various RedHat > environments and has been for a long time. Also capital I is not what I ...just because it works under RH Linux it doesn't mean it's correct code. The %l specifier character is not covered by SUSv3: http://www.opengroup.org/onlinepubs/007904975/functions/strftime.html which means, your usage of %l is non-portable. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/