Message-Id: <200004121610.MAA01702@delorie.com> From: "Larry Olin Horn" Organization: Millsaps College - Comp and Telecom To: djgpp AT delorie DOT com Date: Wed, 12 Apr 2000 12:10:43 -0500 Subject: Re: timezone problems: tm_isdst not set; strftime("%z") is -0000 In-Reply-To: <200004121402.KAA01248@envy.delorie.com> References: <200004120924 DOT FAA07789 AT delorie DOT com> (hornlo AT millsaps DOT edu) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > It's documented at , > > That's not the docs for DJGPP. That's the docs for glibc. DJGPP's > docs for strftime are in "info libc a strftime" or (for 2.02 at > least): > > http://www.delorie.com/djgpp/doc/libc-2.02/libc_648.html Sorry, I should have used info instead of searching delorie.com. I've only just installed DJGPP and haven't developed that habit yet. I should have also paid more attention to the urls that the search returned. I'd already assumed that "%z" was supported (sorta) because it returned a correctly formatted string ("-0000") rather than "z" or an error and thus didn't look closely through all the returned links. I was looking for documentation on delorie.com after the fact and didn't confirm that DJGPP didn't implement all the gcc formats. -- loh