Image file creation date discrepancy between Finder and DTP4

I have many jpg image files that copied onto my hard disk from camera storage media and cell phones. They are cataloged in Photoshop Elements Organizer, where the EXIF data shows the DateTimeOriginal corresponding to the date the photo was taken, as opposed to Date Created which is either the date I copied the photo onto disk, or the date I cataloged it in PSE:

If I copy DateTimeOriginal to Date Created using “A Better Finder Attributes” app, the update appears in the Finder:

But when I index the file into DTP4, “Created” still shows the original date created and not the date shown in the Finder:

Why doesn’t DTP show the date that appears in the Finder? Where is it getting the date it displays?

What I would like is to be able to retrieve the metadata tag kMDItemContentCreationDate using the mdls Terminal command through an AppleScript within DTP, and use it to set the DTP “Created” date. I don’t know how to accomplish this. however.

And what’s the actual mdls output for that image ?

mdls -attr kMDItemContentCreationDate [path] returns:

kMDItemContentCreationDate = 2011-03-03 18:37:44 +0000

Is Settings > Files > Import > Dates > Use content creation & modification dates en- or disabled?

It is enabled. However, these files are indexed, not imported.

The Import settings are applied in both cases. Does disabling the option and reindexing make a difference?

That did it! “Update Indexed Items” had no effect, but deleting the folder from the database and indexing it in again did the trick. DEVONthink now shows the “Created” date as displayed in the Finder.

Just to be sure I understand the “Use content creation & modification dates” setting – this applies only to the import or indexing actions, when DTP sets its creation/mod dates for the files? Re-enabling the setting will not affect what DTP displays?

Thank you!

That’s right.