This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erl
Recipients
Date 2003-03-06.15:44:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=116933

I have a draft of the C99 standard, which in paragraph
7.23.2.3 describes mktime, and says:

"The original values of the tm_wday and tm_yday components
of the structure are ignored..."

So, I would say that mktime() is *not* underspecified by ISO C.

In order to write correct programs, it is neccessary to know
the semantics of the functions, and IMHO the manual should
specify what can be expected of them.
History
Date User Action Args
2007-08-23 14:11:41adminlinkissue697989 messages
2007-08-23 14:11:41admincreate