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 berker.peksag
Recipients belopolsky, berker.peksag, mibanescu
Date 2012-10-26.23:33:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351294419.07.0.999507538792.issue6478@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the review.

> 1. Does it work on Windows?  It seems to rely on Olson's TZ names.

Is `time.tzset()` function only available on Unix?

See: http://docs.python.org/dev/library/time.html#time.tzset

> 2. Please use @run_with_tz decorator.

I will update my patch to use @run_with_tz decorator.
History
Date User Action Args
2012-10-26 23:33:39berker.peksagsetrecipients: + berker.peksag, belopolsky, mibanescu
2012-10-26 23:33:39berker.peksagsetmessageid: <1351294419.07.0.999507538792.issue6478@psf.upfronthosting.co.za>
2012-10-26 23:33:39berker.peksaglinkissue6478 messages
2012-10-26 23:33:39berker.peksagcreate