Date: Wed, 13 Oct 1999 15:07:59 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Stromberg cc: djgpp AT delorie DOT com Subject: Re: mktime implememtation problem In-Reply-To: <7u1ju9$fe2$2@antares.lu.erisoft.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 13 Oct 1999, Martin Stromberg wrote: > Martin Ambuhl (mambuhl AT earthlink DOT net) wrote: > : The standard requires of mktime that "the original values of tm_wday and > : rm_yday components of the structure are ignored." I have discovered > : that if I do not set these components to possibly legal values, mktime > : returns (time_t)-1, meaning that it fails. Will this be corrected, or > : do I just live with it? > > Which standard? The ANSI C Standard (a.k.a. C89).