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 vinay.sajip
Recipients vinay.sajip, vschmidt
Date 2008-05-20.15:46:43
SpamBayes Score 0.07548877
Marked as misclassified No
Message-id <1211298407.41.0.245149298569.issue2914@psf.upfronthosting.co.za>
In-reply-to
Content
Fix checked into trunk (r63507). TimedRotatingFileHandler now takes an optional "utc" parameter - defaults to 0 (localtime); set it to 1 to enable UTC. (Note: True/False not used since we're still supposed to work under 1.5.2 - this will be fixed during a later, more comprehensive reworking of the module).
History
Date User Action Args
2008-05-20 15:46:48vinay.sajipsetspambayes_score: 0.0754888 -> 0.07548877
recipients: + vinay.sajip, vschmidt
2008-05-20 15:46:47vinay.sajipsetspambayes_score: 0.0754888 -> 0.0754888
messageid: <1211298407.41.0.245149298569.issue2914@psf.upfronthosting.co.za>
2008-05-20 15:46:43vinay.sajiplinkissue2914 messages
2008-05-20 15:46:43vinay.sajipcreate