Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

'no date' issue in OSX

Had a problem with finding back files I just worked on. E.g. I was preparing an email with attachment. I would amend or create a file, save it somewhere. Then when I wanted to insert a file the dialog box would dump the file frustratingly right down below under the 'No Date' heading.


I tried disabling the automatic time zone setting and it appears to have resolved the problem for now. From the forums I understand this is a persistent issue and any other tips would be helpful.


Posted on Aug 21, 2014 3:57 AM

Reply
19 replies

Dec 2, 2017 8:19 AM in response to tamgm

Any ideas on this issue?

I explained the issue three years ago. Nothing has changed.

For whatever reason, the metadata is not getting written for the files that end up in No Date.

Some apps will write the metadata when they create the file, others still don't. Some of Apple's own apps don't write the metadata.

If you arrange by Date Modified (which is file system data that must be written) instead of Date Last Opened or Date Added, then it should display the files within the Today section.

Aug 21, 2014 6:13 AM in response to etresoft

User uploaded file

example screenshot above , I have to scroll all the way down to find a file 'test1102' that I just created. OSX has not yet assigned a Date. This is a frustrating bug. Especially when you download a file from internet (e.g. 7450.gif that was downloaded 8 hours ago) and you try to find it under 'Today'. Nothing there so you download again etc... until you realise it is somewhere down the list under 'No Date'. How do we fix this. On my iMac this is still an annoying problem.

Sep 14, 2014 7:49 AM in response to Psx76

I am having the same issue and it's driving me crazy. I have resorted to keeping the little bar on my downloads open at the bottom and searching for the name in finder to find my stuff. I am having to search for pretty much everything I download using the search window at the top of finder. Very frustrating. Doesn't matter if I choose "date added", "date modified", "date created"... everything shows up in NO DATE and in no particular order. This has been going on for several months now. Love to know of a solution...

Sep 14, 2014 8:02 AM in response to ibcruzing

In OSX Terminal, please triple click the following line and paste and press enter...


sudo find / -name 7450.gif -print -exec ls -l {} \;


and paste the output as a reply.


Finder uses Spotlight (an index that OS X build for files that you create). The 'indexing' process can be a 'lazy' one, depending on other activity on your machine, which means this 'index' may not have a date yet, but may just have a name.

Sep 14, 2014 8:08 AM in response to ibcruzing

/.MobileBackups/Computer/2014-09-14-101302/Volume/Users/Linda/Pictures/fb pictures/Birthday/hb6.jpg

-rw-r--r--@ 1 root staff 0 Sep 14 11:04 /.MobileBackups/Computer/2014-09-14-101302/Volume/Users/Linda/Pictures/fb pictures/Birthday/hb6.jpg

find: /dev/fd/3: Not a directory

find: /dev/fd/4: Not a directory

/Users/Linda/Pictures/fb pictures/Birthday/hb6.jpg

-rw-r-----@ 1 Linda staff 110716 Sep 14 10:28 /Users/Linda/Pictures/fb pictures/Birthday/hb6.jpg

Sep 14, 2014 8:14 AM in response to ibcruzing

Date Added is metadata, not file system data, so it must be populated by the OS and indexed by Spotlight. One of the two processes isn’t happening.

I can’t remember where I first saw it, but I filed a bug report on it back then. It was as far back as Pre-release Mountain Lion, or earlier. I have never heard anything about it since.

I initially saw it with Screen Shots I was grabbing to post on these forums.

There are several of these threads popping up lately and I can’t remember seeing the problem in a while. However, I’m not sure I was using Date Added, so I have started trying to track it again.


My guess is that Spotlight isn’t indexing the files immediately like it should. I don’t know what would cause that.

Sep 14, 2014 8:34 AM in response to Loner T

Everything is checked in Spotlight preferences. Interestingly enough, everything is now showing up with a date when I look. I just downloaded something to check it and it immediately went to the proper date. Do you think running the command in TERMINAL fixed it? I then downloaded several pictures from the internet and each one is now showing with a date. No lag. Could it be that easy?

Sep 14, 2014 11:02 AM in response to ibcruzing

The terminal command access the filesystem rather than the index. If you do see it happen again, try the command, but it is unlikely to help Spotlight indexing. The Find command does force the file system cache to be accessed, which may cause Spotlight to update.


This is my guess, but only Apple can provide an explanation. 😉

'no date' issue in OSX

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.