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 David.Edelsohn
Recipients David.Edelsohn, serhiy.storchaka, vstinner
Date 2014-02-20.14:57:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392908254.28.0.224229223205.issue19748@psf.upfronthosting.co.za>
In-reply-to
Content
>>> time.mktime((-100, 1, 10) + (0,)*6)
-897577382.0
>>> time.mktime((100, 1, 10) + (0,)*6)
1118888922.0
>>> time.mktime((1900, 1, 10) + (0,)*6)
2086784896.0
>>> time.mktime((1930, 1, 10) + (0,)*6)
-1261497600.0
>>> time.mktime((1969,12,31, 23,59,59, 0,0,0))
28799.0
History
Date User Action Args
2014-02-20 14:57:34David.Edelsohnsetrecipients: + David.Edelsohn, vstinner, serhiy.storchaka
2014-02-20 14:57:34David.Edelsohnsetmessageid: <1392908254.28.0.224229223205.issue19748@psf.upfronthosting.co.za>
2014-02-20 14:57:34David.Edelsohnlinkissue19748 messages
2014-02-20 14:57:33David.Edelsohncreate