[issue2315] TimedRotatingFileHandler does not account for daylight savings time

2008-04-02 Thread Vinay Sajip
Vinay Sajip <[EMAIL PROTECTED]> added the comment: Updated SVN, but not backported to 2.5 or earlier maintenance branches. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue2315] TimedRotatingFileHandler does not account for daylight savings time

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

[issue2315] TimedRotatingFileHandler does not account for daylight savings time

2008-03-17 Thread Per Cederqvist
New submission from Per Cederqvist <[EMAIL PROTECTED]>: If TimedRotatingFileHandler is instructed to roll over the log at midnight or on a certain weekday, it needs to consider when daylight savings time starts and ends. The current code just blindly adds self.interval to self.rolloverAt, totally