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 belopolsky, vstinner
Date 2011-04-26.22:30:23
SpamBayes Score 0.0022120108
Marked as misclassified No
Message-id <1303857024.51.0.16592346217.issue11930@psf.upfronthosting.co.za>
In-reply-to
Content
"What makes you say so?

1970"

Don't write ">>> " using the email interface :-)

--


>>> t
time.struct_time(tm_year=70, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)
>>> time.mktime(t)
-59958144561.0
>>> time.localtime(_)
time.struct_time(tm_year=70, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=2, tm_yday=1, tm_isdst=0)

Year 70 is considered as the year 70.
History
Date User Action Args
2011-04-26 22:30:24vstinnersetrecipients: + vstinner, belopolsky
2011-04-26 22:30:24vstinnersetmessageid: <1303857024.51.0.16592346217.issue11930@psf.upfronthosting.co.za>
2011-04-26 22:30:23vstinnerlinkissue11930 messages
2011-04-26 22:30:23vstinnercreate