Bug 389893

Summary: Sorting by "created" basically not doing what it is supposed to do
Product: [Applications] dolphin Reporter: David Tonhofer <bughunt>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: elvis.angelaccio, nate
Priority: NOR    
Version: 17.12.1   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Tonhofer 2018-02-04 21:36:54 UTC
Move a file into a directory shown in Dolphin in the "Details View Mode"

Add the "Created" column. Sort by it ascending.

The latest entry added to the directory with these stat(5) info: 

Access: 2018-02-04 22:28:25.487676109 +0100
Modify: 2018-02-04 22:28:25.624673578 +0100
Change: 2018-02-04 22:28:40.095406154 +0100

is at the very top, followed by stuff that has been in there for ages.

In fact, the contents of the directory are NOT sorted by "Created" (whatever that is supposed to be) but by the name.
Comment 1 Nate Graham 2018-03-29 21:43:49 UTC
Date Created is not actually supported yet on Linux. Hopefully soon!

*** This bug has been marked as a duplicate of bug 381367 ***