Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5, 6.7, 6.8
-
None
Description
Significant performance degradation of converting UTC from/to local time has been detected since Qt 6.5.
I have tested some QDateTime functions related to UTC from/to local time conversion with Qt 6.4 and Qt 6.8 (official builds) under Windows. In particular, `QDateTime::fromSecsSinceEpoch()` (when using with local time representation, i.e. by default) demonstrates about 50 times slower performance with Qt 6.8. against Qt 6.4.3.
(I have not performed performance measurements in all affected versions of Qt, but similar symptoms that prompted me to pay attention to this problem have been noticed since Qt 6.5.)
Attachments
Issue Links
- relates to
-
QTBUG-109974 [Reg 6.3.2 -> 6.4] QML Date() does not update its time zone after OS time zone had been changed on Windows
- Closed
-
QTBUG-77948 Rewrite QDateTimeParser
- In Progress