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 vstinner
Recipients David.Edelsohn, python-dev, serhiy.storchaka, vstinner
Date 2014-02-21.08:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392971574.99.0.29231011239.issue19748@psf.upfronthosting.co.za>
In-reply-to
Content
> With the latest patch, test_time passes.

Ok, thanks for your tests. But time.ctime() is still wrong. Can you please try the following examples with the latest Python version (502c8b7e8ad2) and then retry with pylocaltime_aix.patch?

>>> time.ctime(-2**29)
'Sat Dec 27 06:11:28 1952'
>>> time.ctime(2**29)
'Mon Jan  5 19:48:32 1987'

I would like to know if pylocaltime_aix.patch is needed or not.
History
Date User Action Args
2014-02-21 08:32:55vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka, David.Edelsohn
2014-02-21 08:32:54vstinnersetmessageid: <1392971574.99.0.29231011239.issue19748@psf.upfronthosting.co.za>
2014-02-21 08:32:54vstinnerlinkissue19748 messages
2014-02-21 08:32:54vstinnercreate