# Exiftool

To fix the date time on the pixel 6a photo and video files, use for photos:

`# exiftool '-FileName<DateTimeOriginal' -d '%Y%m%d_%H%M%S%%-c.%%e' *.jpg`

and for video files: (NOT ENTIRELY CORRECT NEEDS UPDATING!!)

`# exiftool '-FileName<FileModifyDate' -d '%Y%m%d_%H%M%S%%-c.%%e' *.mp4`