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 techtonik
Recipients amaury.forgeotdarc, techtonik
Date 2009-12-27.22:12:54
SpamBayes Score 0.0011677648
Marked as misclassified No
Message-id <1261951975.79.0.535367385153.issue7582@psf.upfronthosting.co.za>
In-reply-to
Content
That's true. Is there any way to get current TZ offset in Python? I can't 
find anything better than datetime.datetime.now() - 
datetime.datetime.utcnow() and then rounding to a nearest minute.
History
Date User Action Args
2009-12-27 22:12:55techtoniksetrecipients: + techtonik, amaury.forgeotdarc
2009-12-27 22:12:55techtoniksetmessageid: <1261951975.79.0.535367385153.issue7582@psf.upfronthosting.co.za>
2009-12-27 22:12:54techtoniklinkissue7582 messages
2009-12-27 22:12:54techtonikcreate