brunnhilde icon indicating copy to clipboard operation
brunnhilde copied to clipboard

Feature: Report more accurate MAC dates

Open tw4l opened this issue 2 years ago • 3 comments

Connected to https://github.com/tw4l/brunnhilde/issues/53

Brunnhilde/Siegfried report on the file created and modified dates as they are in the file system where files are being scanned. Sometimes files contain more accurate timestamps within their internal metadata. If such dates are found, we should also report on or even prefer these dates, as they are likely to be more useful for an archivist.

tw4l avatar Oct 10 '21 14:10 tw4l

I think that these embedded dates are indeed better than the file system dates, but there are some edge cases where they're just as misleading. I'm currently dealing a lot with the following scenario:

  • RAW photograph has an embedded date of creation that reflects when the photograph was taken
  • the photographer made a colour corrected, cropped version in JPEG form that also has an Exiftool SubSecDateTimeOriginal which is the same date as the RAW photography date.
    • In the JPEG example, there will be another date created present which will reflect the date of export from photoshop, when the colour correction and cropping was finished.
  • In a sense, the date exported is arguably the true date of creation for the JPEG, as this is when the edits were created, though the date that the opriginal photograph was taken is also valuable.

So perhaps just reporting all the dates is potentially the best way to go, and leave it up to the user to perform the detective work. This is why I think that the dateCreatedByApplication value in some PREMIS/METS files can't be automated too well.

kieranjol avatar Oct 27 '21 14:10 kieranjol

A related issue to consider with MAC dates is file timestamps not being preserved when files are carved from a disk image, either by tsk_recover or the UDF mount-and-copy routine.

tw4l avatar Jul 13 '22 17:07 tw4l