summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-18-19-18-10.gh-issue-120683.xmRez7.rst
blob: 50fc9279e4bad129e746cca9b87884913b2c7557 (plain)
1
2
3
4
Fix an error in :class:`logging.LogRecord`, when the integer part of the
timestamp is rounded up, while the millisecond calculation truncates,
causing the log timestamp to be wrong by up to 999 ms (affected roughly 1 in
8 million timestamps).