> [!learn]
> To change the creation date of files on macOS, open the Terminal and type: `touch -t YYYMMDDhhmm` add a space and type the path to the file. It sould look like the example below:
> `touch -t 202501191431 /Users/vladcampos/Downloads/photo.jpg`
>
> 