Message 96962 - Python tracker
Message96962
| Author | brian.curtin |
|---|---|
| Recipients | amaury.forgeotdarc, brian.curtin, techtonik |
| Date | 2009-12-28.17:59:44 |
| SpamBayes Score | 0.004482267 |
| Marked as misclassified | No |
| Message-id | <1262023185.97.0.186565971634.issue7582@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Look at time.timezone - http://docs.python.org/library/time.html#time.timezone # I'm in US Central time, so it's -6 from UTC >>> import time >>> tz = time.timezone >>> tz 21600 >>> tz / 60 / 60 6 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-12-28 17:59:46 | brian.curtin | set | recipients: + brian.curtin, amaury.forgeotdarc, techtonik |
| 2009-12-28 17:59:45 | brian.curtin | set | messageid: <1262023185.97.0.186565971634.issue7582@psf.upfronthosting.co.za> |
| 2009-12-28 17:59:44 | brian.curtin | link | issue7582 messages |
| 2009-12-28 17:59:44 | brian.curtin | create | |