Bug 496979

Summary: The file creation date in the "Details" tab of "File Proprieties" menu contradicts the date where the file was modified.
Product: [Applications] dolphin Reporter: Fernando M. Muniz <fernandommuniz>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED WAITINGFORINFO    
Severity: normal CC: dolphin-bugs-null, kfm-devel, p.r.worrall
Priority: NOR    
Version First Reported In: 24.08.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Bug Depends on: 496978    
Bug Blocks:    
Attachments: The creation of the file is more recent than it's modification.

Description Fernando M. Muniz 2024-12-03 11:54:28 UTC
Created attachment 176315 [details]
The creation of the file is more recent than it's modification.

In this situation, shouldn't the date of creation be at least the same as the date of modification?
Comment 1 Paul Worrall 2024-12-03 15:05:32 UTC
I expect dolphin is just reporting what's recorded in the underlying file system.  Entering the following command in a terminal shows the file system creation date/time followed by the modification date/time:

stat -c '%w %y' filename

On my system it isn't difficult to find files where the creation timestamp is after the modification timestamp.

Please reopen this bug if Dolphin's shows properties that differ from the file system.