Bug 502404

Summary: File creation and modification dates.
Product: [Applications] digikam Reporter: patrick.grousset
Component: Albums-IconViewAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles, metzpinguin
Priority: NOR    
Version First Reported In: 8.6.0   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: Microsoft Windows   
Latest Commit: Version Fixed In: 8.7.0
Sentry Crash Report:
Attachments: un exemple

Description patrick.grousset 2025-04-04 12:45:31 UTC
Created attachment 180000 [details]
un exemple

SUMMARY


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT
la date de modification du fichier est antérieure à la date de création du fichier. Ce n'est pas possible.

EXPECTED RESULT
la date de modification du fichier devrait être postérieure à la date de création.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2025-04-04 13:20:51 UTC
We'll use the image's creation date metadata, if available.

Please post the sample image, if not public, to my private email address so we can examine it.

Maik
Comment 2 Maik Qualmann 2025-04-04 15:08:01 UTC
Thanks for the sample image. The image doesn't contain valid date metadata; the date probably wasn't set in the camera. All values ​​are 0000:00:00 00:00:00.
In this case, we're using the file creation date and the file modification date. There's no other option in this case. You can set a correct creation date using the TimeAdjust tool in digiKam.

Maik