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 veebers
Recipients Arfrever, barry, belopolsky, lemburg, pitrou, thomir, veebers
Date 2014-10-15.01:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413335136.3.0.999614306564.issue22627@psf.upfronthosting.co.za>
In-reply-to
Content
Alexander,

Ah ok thanks for clarifying that. Am I wrong then to think that this code[1] should work as I think it should (i.e. datetime_from_large_timestamp(example_ts) == datetime.fromtimestamp(example_ts))

I'm trying to be able to handle timestamps larger than the 32bit time_t limit, which is why I'm doing these gymnastic steps.

[1] http://paste.ubuntu.com/8562027/
History
Date User Action Args
2014-10-15 01:05:36veeberssetrecipients: + veebers, lemburg, barry, belopolsky, pitrou, Arfrever, thomir
2014-10-15 01:05:36veeberssetmessageid: <1413335136.3.0.999614306564.issue22627@psf.upfronthosting.co.za>
2014-10-15 01:05:36veeberslinkissue22627 messages
2014-10-15 01:05:35veeberscreate