Message211727
| 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:34 | David.Edelsohn | set | recipients: + David.Edelsohn, vstinner, serhiy.storchaka |
| 2014-02-20 14:57:34 | David.Edelsohn | set | messageid: <1392908254.28.0.224229223205.issue19748@psf.upfronthosting.co.za> |
| 2014-02-20 14:57:34 | David.Edelsohn | link | issue19748 messages |
| 2014-02-20 14:57:33 | David.Edelsohn | create | |