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 jwilk
Recipients barry, belopolsky, jwilk, martin.panter, mitar, python-dev, r.david.murray
Date 2013-06-17.12:15:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371471343.93.0.0262089432096.issue14653@psf.upfronthosting.co.za>
In-reply-to
Content
The documentations says "Minor deficiency: mktime_tz() interprets the first 8 elements of tuple as a local time and then compensates for the timezone difference. This may yield a slight error around changes in daylight savings time, though not worth worrying about for common use."

Now that this bug has been fixed, this no longer true. Please update the documentation. :)
History
Date User Action Args
2013-06-17 12:15:44jwilksetrecipients: + jwilk, barry, belopolsky, r.david.murray, mitar, python-dev, martin.panter
2013-06-17 12:15:43jwilksetmessageid: <1371471343.93.0.0262089432096.issue14653@psf.upfronthosting.co.za>
2013-06-17 12:15:43jwilklinkissue14653 messages
2013-06-17 12:15:43jwilkcreate