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 r.david.murray
Recipients barry, belopolsky, r.david.murray, trent, vstinner
Date 2012-08-22.02:03:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345601031.98.0.990826920603.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?  And for is_dst set to 1 as well?  This isn't mentioned on the FreeBSD man page for mktime, as far as I can see.

If this is the real problem, we can fix it with the support.run_with_tz decorator, but...compiling and running your program on my linux box, I get -1 in both prints.
History
Date User Action Args
2012-08-22 02:03:52r.david.murraysetrecipients: + r.david.murray, barry, belopolsky, vstinner, trent
2012-08-22 02:03:51r.david.murraysetmessageid: <1345601031.98.0.990826920603.issue15750@psf.upfronthosting.co.za>
2012-08-22 02:03:51r.david.murraylinkissue15750 messages
2012-08-22 02:03:51r.david.murraycreate