Message226858
| Author | akira |
|---|---|
| Recipients | akira, belopolsky, cool-RR, r.david.murray |
| Date | 2014-09-13.23:40:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1410651606.11.0.972045558826.issue22377@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Without %z (utc offset) strptime returns a naive datetime object that is interpreted as utc or local time usually. It might explain why %Z tries to match only utc and the local timezone names. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-13 23:40:06 | akira | set | recipients: + akira, belopolsky, r.david.murray, cool-RR |
| 2014-09-13 23:40:06 | akira | set | messageid: <1410651606.11.0.972045558826.issue22377@psf.upfronthosting.co.za> |
| 2014-09-13 23:40:06 | akira | link | issue22377 messages |
| 2014-09-13 23:40:05 | akira | create | |