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 sable
Recipients belopolsky, sable, vstinner
Date 2011-02-15.14:57:45
SpamBayes Score 2.5757969e-05
Marked as misclassified No
Message-id <1297781866.42.0.964682514504.issue11188@psf.upfronthosting.co.za>
In-reply-to
Content
Here is what I could find in the "man mktime":
"""
       Upon successful completion, the mktime subroutine sets the values of the tm_wday and tm_yday fields appropriately. Other fields are set to
       represent the specified time since January 1, 1970. However, the values are forced to the ranges specified in the /usr/include/time.h file.
       The final value of the tm_mday field is not set until the values of the tm_mon and tm_year fields are determined. Note: The mktime
       subroutine cannot convert time values before 00:00:00 UTC, January 1, 1970 and after 03:14:07 UTC, January 19, 2038.
"""

I tried tm_yday=-1 then tm_isdst=-2 and both gave the same errors as before.
History
Date User Action Args
2011-02-15 14:57:46sablesetrecipients: + sable, belopolsky, vstinner
2011-02-15 14:57:46sablesetmessageid: <1297781866.42.0.964682514504.issue11188@psf.upfronthosting.co.za>
2011-02-15 14:57:45sablelinkissue11188 messages
2011-02-15 14:57:45sablecreate