Message236580
| Author | belopolsky |
|---|---|
| Recipients | belopolsky, ethan.furman, mark.dickinson, r.david.murray, tbarbugli |
| Date | 2015-02-25.15:00:54 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1424876455.06.0.347093908911.issue23517@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Let me dig up the history, but this does not look like correct rounding to me: >>> datetime.utcfromtimestamp(1424817268.274) datetime.datetime(2015, 2, 24, 22, 34, 28, 273999) >>> decimal.Decimal(1424817268.274) Decimal('1424817268.2739999294281005859375') |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-02-25 15:00:55 | belopolsky | set | recipients: + belopolsky, mark.dickinson, r.david.murray, ethan.furman, tbarbugli |
| 2015-02-25 15:00:55 | belopolsky | set | messageid: <1424876455.06.0.347093908911.issue23517@psf.upfronthosting.co.za> |
| 2015-02-25 15:00:55 | belopolsky | link | issue23517 messages |
| 2015-02-25 15:00:54 | belopolsky | create | |