We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e064511 commit edd9ebaCopy full SHA for edd9eba
UnixCommands.txt
@@ -1,5 +1,5 @@
1
1. To extract the raw image creation times via Mac command line use the following command:
2
-mdls *.CR2 | grep kMDItemFSCreationDate | awk '{print $4}'
+mdls *.CR2 | grep kMDItemContentCreationDate | awk '{print $4}'
3
Paste these times into Excel. If the times are off, for example if they are set to GMT, then they can be converted to PDT using:
4
=A2 + time(N,0,0) where N is the offset in hours.
5
0 commit comments