On my test Mac, I have a Scans folder that I have used previously for testing purposes. Inside of this folder is a scanned tiff file that does show the same date/time for the created and modified file. Interestingly, on the same day, there is another tiff that shows different times for the created and modified. This file has a modified date/time of 12/06/2008 12:18 PM, however the created date/time shows 01/01/1904, 10.00 AM.
Because it was over a year ago I cannot remember which Canon iR machine the correct creation date file was scanned from but I assume that it was a different machine to the file that is shown incorrectly.
Looking at the metadata list in Terminal (mdls filename) for the file 20080612021023.tif, which shows the correct creation date, the list shows the following information.
lab-mac-pro:Scans pahu$ mdls 20080612021023.tif
kMDItemBitsPerSample = 3
kMDItemColorSpace = "Gray"
kMDItemContentCreationDate = 2008-06-12 12:16:00 +1000
kMDItemContentModificationDate = 2008-06-12 12:16:00 +1000
kMDItemContentType = "public.tiff"
kMDItemContentTypeTree = (
"public.tiff",
"public.image",
"public.data",
"public.item",
"public.content"
)
kMDItemDisplayName = "20080612021023.tif"
kMDItemFSContentChangeDate = 2008-06-12 12:16:00 +1000
kMDItemFSCreationDate = 2008-06-12 12:16:00 +1000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 0
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "20080612021023.tif"
kMDItemFSNodeCount = 0
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 35372
kMDItemFSTypeCode = ""
kMDItemHasAlphaChannel = 0
kMDItemKind = "TIFF image"
kMDItemLastUsedDate = 2008-09-12 09:44:01 +1000
kMDItemOrientation = 1
kMDItemPixelHeight = 2335
kMDItemPixelWidth = 1651
kMDItemResolutionHeightDPI = 200
kMDItemResolutionWidthDPI = 200
kMDItemUsedDates = (
2008-06-12 00:00:00 +1000,
2008-09-04 00:00:00 +1000,
2008-09-12 00:00:00 +1000
)
By comparison, the next scan showing the incorrect creation date has the following metadata.
lab-mac-pro:Scans pahu$ mdls 20080612021250.tif
kMDItemBitsPerSample = 3
kMDItemColorSpace = "Gray"
*kMDItemContentCreationDate = 1970-01-01 09:59:59 +1000*
kMDItemContentModificationDate = 2008-06-12 12:18:29 +1000
kMDItemContentType = "public.tiff"
kMDItemContentTypeTree = (
"public.tiff",
"public.image",
"public.data",
"public.item",
"public.content"
)
kMDItemDisplayName = "20080612021250.tif"
kMDItemFSContentChangeDate = 2008-06-12 12:18:29 +1000
kMDItemFSCreationDate = 2008-06-12 12:18:29 +1000
kMDItemFSCreatorCode = ""
kMDItemFSFinderFlags = 0
kMDItemFSHasCustomIcon = 0
kMDItemFSInvisible = 0
kMDItemFSIsExtensionHidden = 0
kMDItemFSIsStationery = 0
kMDItemFSLabel = 0
kMDItemFSName = "20080612021250.tif"
kMDItemFSNodeCount = 0
kMDItemFSOwnerGroupID = 20
kMDItemFSOwnerUserID = 501
kMDItemFSSize = 35272
kMDItemFSTypeCode = ""
kMDItemHasAlphaChannel = 0
kMDItemKind = "TIFF image"
kMDItemLastUsedDate = 2009-06-16 11:13:33 +1000
kMDItemOrientation = 1
kMDItemPixelHeight = 2335
kMDItemPixelWidth = 1651
kMDItemResolutionHeightDPI = 200
kMDItemResolutionWidthDPI = 200
kMDItemUsedDates = (
2008-06-12 00:00:00 +1000,
2008-09-09 00:00:00 +1000,
2009-02-26 00:00:00 +1100,
2009-06-16 00:00:00 +1000
I have bolded the section of the file that shows the incorrect date. The interesting thing to note about this date, is that while the metadata list shows the year as 1970, the Finder view shows the year as 1904. Anyway, this is the cause of your symptom.
What I believe Canon needs to check is how this creation date is being set in the metadata. I have assumed it is the Canon that sends this tag with the scanned file, however there could be something else that is sent with the scanned file, or contained within the header of the scanned file, that contains this date (or more so doesn't contain this date), and it is up to the Mac to set this data for the file for its own internal indexing.
The more I think about it the latter seems more likely, in that the same Canon iR sending to 10.4.11 does show the correct creation date. So Canon may not be able to resolve this, but they may be able to tell you what data the Canon sends and how 10.5 interprets the information.
Good luck.
PaHu