Date: Wed, 12 Apr 2000 18:03:16 -0400 Message-Id: <200004122203.SAA05006@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <38f4eafa.20366533@news.freeserve.net> (dontmailme@iname.com) Subject: Re: timezone problems: tm_isdst not set; strftime("%z") is -0000 References: <200004111359 DOT JAA06219 AT delorie DOT com> <200004120924 DOT FAA07789 AT delorie DOT com> <38f4eafa DOT 20366533 AT news DOT freeserve DOT net> 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 > > tm_mday = 12 > > tm_mon = 3 > > tm_year = 100 > > Forget my previous message. > You're a month behind the rest of the world... tm_mon counts from zero. 0 is January. 3 is April.