| 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 Marcelino Muniz <fernandommuniz> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | dolphin-bugs-null, p.r.worrall |
| Priority: | NOR | ||
| Version First Reported In: | 24.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Bug Depends on: | 496978 | ||
| Bug Blocks: | |||
| Attachments: | The creation of the file is more recent than it's modification. | ||
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. |
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?