Message97539
The documentation could use some work. It means that if the timezone does use a daylight savings time period, time.daylight specifies the amount of the offset. In my timezone this value is 1. However, time.localtime().is_dst is currently 0, because we are not on savings time.
For that reason, using time.daylight in your patch gives an incorrect result for me. |
|
| Date |
User |
Action |
Args |
| 2010-01-10 18:46:24 | brian.curtin | set | recipients:
+ brian.curtin, amaury.forgeotdarc, techtonik, srumbalski |
| 2010-01-10 18:46:24 | brian.curtin | set | messageid: <[email protected]> |
| 2010-01-10 18:46:22 | brian.curtin | link | issue7582 messages |
| 2010-01-10 18:46:22 | brian.curtin | create | |
|