Change creation date of a VIDEO file using terminal command touch
Hi guys! I am trying to change the creation date (Mac Ventura) in a terminal with the command touch -t YYYYMMDDHHMM, and it works, but the issue with this command is that there are no SECONDS. A new date created automatically shows seconds as 00.
I tried the format YYYYMMDDHHMMSS but it does not work. Does anyone know similar command to change creation date for video files? Thanks in advance.