Message 99096 - Python tracker
Message99096
| Author | techtonik |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, srumbalski, techtonik |
| Date | 2010-02-09.08:44:28 |
| SpamBayes Score | 5.2386175e-05 |
| Marked as misclassified | No |
| Message-id | <1265705070.41.0.13908807034.issue7582@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
You are right. ----[pydst.py]------ import time print time.asctime() print time.localtime().tm_isdst print time.daylight -------------------- Tue Feb 09 10:31:47 2010 0 1 Sun May 09 10:33:20 2010 1 1 There is already an issue #7229 to correct the docs. I'll adjust my patch accordingly. Thanks for collaboration. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-09 08:44:30 | techtonik | set | recipients: + techtonik, amaury.forgeotdarc, brian.curtin, srumbalski |
| 2010-02-09 08:44:30 | techtonik | set | messageid: <1265705070.41.0.13908807034.issue7582@psf.upfronthosting.co.za> |
| 2010-02-09 08:44:29 | techtonik | link | issue7582 messages |
| 2010-02-09 08:44:28 | techtonik | create | |