Summary: | Images.modificationDate value in the db is incorrect | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | guenael <g> |
Component: | Database-Files | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | metzpinguin |
Priority: | NOR | ||
Version First Reported In: | 8.3.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/b10b9a5478553d7348c54a35072f4da9b2058b3c | Version Fixed In: | 8.4.0 |
Sentry Crash Report: |
Description
guenael
2024-03-29 12:08:34 UTC
This behavior is currently intended. Due to a bug in Qt6 that extremely slows down local date calculations, we treat the local time internally as UTC timespec. The bug will be fixed in Qt-6.6.2, but we may keep UTC internally as it is generally faster for date operations. Maik Git commit b10b9a5478553d7348c54a35072f4da9b2058b3c by Maik Qualmann. Committed on 29/03/2024 at 15:42. Pushed by mqualmann into branch 'master'. store QDateTime with local timespec in the DB FIXED-IN: 8.4.0 M +1 -1 NEWS M +41 -9 core/libs/database/coredb/coredb.cpp M +1 -1 core/libs/database/haar/haariface.cpp M +1 -0 core/libs/database/haar/haariface_p.h M +3 -3 core/libs/database/thumbsdb/thumbsdb.cpp https://invent.kde.org/graphics/digikam/-/commit/b10b9a5478553d7348c54a35072f4da9b2058b3c Thanks for your super-quick reaction! |