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.
Created on 2008年03月17日 08:00 by ceder, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg63622 - (view) | Author: Per Cederqvist (ceder) | Date: 2008年03月17日 08:00 | |
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 ignoring that sometimes it should add 23 or 25 hours instead of 24 hours. (I suspect that the implementation would be simpler if you use the datetime module, rather than attempt to patch the existing code.) |
|||
| msg64881 - (view) | Author: Vinay Sajip (vinay.sajip) * (Python committer) | Date: 2008年04月02日 21:13 | |
Updated SVN, but not backported to 2.5 or earlier maintenance branches. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | github: 46568 |
| 2008年04月02日 21:13:27 | vinay.sajip | set | status: open -> closed resolution: fixed messages: + msg64881 |
| 2008年03月17日 19:26:31 | georg.brandl | set | assignee: vinay.sajip nosy: + vinay.sajip |
| 2008年03月17日 08:00:05 | ceder | create | |