https://bugs.kde.org/show_bug.cgi?id=431951
--- Comment #43 from Maik Qualmann <metzping...@gmail.com> --- On the other hand, you could install a DB Browser for SQLite, open the digikam4.db file in the DB Browser and execute the following query: SELECT creationDate FROM ImageInformation INNER JOIN Images ON Images.id=ImageInformation.imageid WHERE Images.status=1; Maik -- You are receiving this mail because: You are watching all bug changes.