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 belopolsky
Recipients barry, belopolsky, lemburg, r.david.murray, trent, vstinner
Date 2012-08-22.02:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345601584.3.0.477861360381.issue15750@psf.upfronthosting.co.za>
In-reply-to
Content
> So you are saying that if the current timezone is UTC, FreeBSD's mktime
> just arbitrarily returns -1 for any time passed to it with the 'guess
> the DST flag' value set for is_dst?

I don't know about FreeBSD, but I recall seeing a comment in mxDT sources that some systems only allow isdst flag of -1 in mktime.

Adding Marc-Andre.
History
Date User Action Args
2012-08-22 02:13:04belopolskysetrecipients: + belopolsky, lemburg, barry, vstinner, trent, r.david.murray
2012-08-22 02:13:04belopolskysetmessageid: <1345601584.3.0.477861360381.issue15750@psf.upfronthosting.co.za>
2012-08-22 02:13:03belopolskylinkissue15750 messages
2012-08-22 02:13:03belopolskycreate