[issue2914] Logging TimedRotatingFileHandler Feature Request

2008-05-20 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: 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

[issue2914] Logging TimedRotatingFileHandler Feature Request

2008-05-20 Thread Georg Brandl
Changes by Georg Brandl <[EMAIL PROTECTED]>: -- assignee: -> vsajip nosy: +vsajip __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailin

[issue2914] Logging TimedRotatingFileHandler Feature Request

2008-05-19 Thread Val Schmidt
New submission from Val Schmidt <[EMAIL PROTECTED]>: I would like the TimedRotatingFileHandler in the logging package to optionally rotate on UTC time rather than local time. In my world (oceanographic research ships) important things like log files must always use UTC time rather than relativ