This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:46brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, techtonik
2009-12-28 17:59:45brian.curtinsetmessageid: <1262023185.97.0.186565971634.issue7582@psf.upfronthosting.co.za>
2009-12-28 17:59:44brian.curtinlinkissue7582 messages
2009-12-28 17:59:44brian.curtincreate