Steps to reproduce this issue:
1. Sort the results in the Everything window by the Date modified column in descending order.
2. Create a folder on the Desktop and named it Parent. It appears immediately in Everything.
3. Open the folder and create a new folder named it Child. Look in the Everything window.
The order is not correct, the first row should be Child, the second Parent, but Everything put Parent first and Child second.
If we look at the Properties of the two folders, we find the following:
Child: Monday, January 22, 2024, 18:57:39
Parent: Monday, January 22, 2024, 18:57:07
Looking at the time, if the sorting is descending, the Child folder should be the first in the list, but it doesn't happen that way. Most probably, Everything does not evaluate the seconds to determine which is the newer of the two at the same hour and minute.
Date modified column
Re: Date modified column
I forgot to mention that I am using "Mix Files and Folders" features from View > Sort By menu.
Re: Date modified column
While this might not be desired, this is expected.
When you rename the second folder to Child, the date modified of the Parent folder is updated.
Both the Child and Parent folders will have the same date modified.
Is Everything showing the incorrect date modified for you?
Consider indexing date created (Tools -> Options -> Indexes -> Index date created) and showing the Date Created column (Right click result list column header -> Date Created)
When you rename the second folder to Child, the date modified of the Parent folder is updated.
Both the Child and Parent folders will have the same date modified.
The Windows Property page shows the date created.If we look at the Properties of the two folders, we find the following:
Child: Monday, January 22, 2024, 18:57:39
Parent: Monday, January 22, 2024, 18:57:07
Is Everything showing the incorrect date modified for you?
Consider indexing date created (Tools -> Options -> Indexes -> Index date created) and showing the Date Created column (Right click result list column header -> Date Created)
Re: Date modified column
Thank you void. Modified dates are correct for both folders.
My confusion was related to whether or not Everything takes into account the seconds of the date. Of course it should, in order to sort correctly.
My confusion was related to whether or not Everything takes into account the seconds of the date. Of course it should, in order to sort correctly.
Re: Date modified column
To show seconds in your date modified time format:
To show seconds and milliseconds in your date modified time format:
To show the full 100 nano second resolution in your date modified time format:
time_format
Are the seconds shown in Everything out of order?
- Copy and paste the following into your Everything search box:
/time_format=HH:mm:ss - Press ENTER in your Everything search box.
- If successful, time_format=HH:mm:ss is shown in the status bar for a few seconds.
To show seconds and milliseconds in your date modified time format:
- Copy and paste the following into your Everything search box:
/time_format=HH:mm:ss.SSS - Press ENTER in your Everything search box.
- If successful, time_format=HH:mm:ss.SSS is shown in the status bar for a few seconds.
To show the full 100 nano second resolution in your date modified time format:
- Copy and paste the following into your Everything search box:
/time_format=HH:mm:ss.SSSSSSS - Press ENTER in your Everything search box.
- If successful, time_format=HH:mm:ss.SSSSSSS is shown in the status bar for a few seconds.
time_format
Are the seconds shown in Everything out of order?
Re: Date modified column
Thank you. Very useful information.
As I anticipated, it is not a problem in Everything, because it takes into account the modification date, which is not limited to the hour and minute as it appears in the window. By design, Windows updates the modification date first for what I actually modified, then for the parent directory. By viewing the seconds, this aspect is obvious.
As I anticipated, it is not a problem in Everything, because it takes into account the modification date, which is not limited to the hour and minute as it appears in the window. By design, Windows updates the modification date first for what I actually modified, then for the parent directory. By viewing the seconds, this aspect is obvious.
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Date modified column
But are users by default forced to show seconds to themselves in order for them to be taken into consideration when sorting by date & time - or is Everything looking also at milliseconds when sorting item even when they are not being shown?
Re: Date modified column
Everything sorts by FILETIME (100 nanoseconds), no matter what format you are using.
-
- Posts: 687
- Joined: Wed Jun 01, 2022 5:01 pm
Re: Date modified column
Good to know
Thank you for the info
Thank you for the info