Message 97460 - Python tracker
Message97460
| Author | techtonik |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, srumbalski, techtonik |
| Date | 2010-01-09.16:58:29 |
| SpamBayes Score | 0.0058402424 |
| Marked as misclassified | No |
| Message-id | <1263056311.52.0.775733135775.issue7582@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New version detects DST using time.daylight flag. utcoffset = -(time.altzone if time.daylight else time.timezone) // 60 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-01-09 16:58:31 | techtonik | set | recipients: + techtonik, amaury.forgeotdarc, brian.curtin, srumbalski |
| 2010-01-09 16:58:31 | techtonik | set | messageid: <1263056311.52.0.775733135775.issue7582@psf.upfronthosting.co.za> |
| 2010-01-09 16:58:30 | techtonik | link | issue7582 messages |
| 2010-01-09 16:58:30 | techtonik | create | |