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 Cristian Martinez de Morentin
Recipients Cristian Martinez de Morentin
Date 2020-11-02.09:19:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604308788.03.0.39429090744.issue42244@roundup.psfhosted.org>
In-reply-to
Content
TimedRotatingFileHandler doesn’t handle the switch to/from DST when using daily/midnight rotation. When DST switch occurs, the previous day logging file is overwritten. The issue is present regardless of the value of the UTC flag (True/False).

For instance, we had a DST switch on october 24th in Spain and no logging file was created for that day. Instead, the data was written to october 23rd file.
History
Date User Action Args
2020-11-02 09:19:48Cristian Martinez de Morentinsetrecipients: + Cristian Martinez de Morentin
2020-11-02 09:19:48Cristian Martinez de Morentinsetmessageid: <1604308788.03.0.39429090744.issue42244@roundup.psfhosted.org>
2020-11-02 09:19:48Cristian Martinez de Morentinlinkissue42244 messages
2020-11-02 09:19:47Cristian Martinez de Morentincreate