While trying to sync the date and time info in some JPGs I noticed that these commands work as expected:
SetAttr META lastmodifieddate:createdate datetaken:createdate datedigitized:createdate
SetAttr META createdate:datetaken lastmodifieddate:datetaken datedigitized:datetaken
SetAttr META createdate:datedigitized lastmodifieddate:datedigitized datetaken:datedigitized
but this one doesn't:
SetAttr META createdate:lastmodifieddate datetaken:lastmodifieddate datedigitized:lastmodifieddate
Is this a bug or am I doing anything wrong?