gh-88352: Fix logging.TimedRotatingFileHandler (GH-116191)
* Do not overwrite already rolled over files. It happened at midnight or during the DST change and caused the loss of data. * computeRollover() now always return the timestamp larger than the specified time. * Fix computation of the rollover time during the DST change.
S
Serhiy Storchaka committed
fee86fd9a422612b39e5aabf2571b8fe4abac770
Parent: 9b7f253
Committed by GitHub <noreply@github.com>
on 3/1/2024, 3:50:08 PM