日付が入ってない写真に日付を入れたのでメモ
exiftoolをインストールする
$ sudo apt install exiftool -y
インストールしたら日付を編集したい写真を指定して実行
$ exiftool -AllDates='2020:09:27 00:00:00' -overwrite_original IMG_001.jpg # 編集出来たか確認 $ exiftool -n IMG_001.jpg ExifTool Version Number : 11.88 File Name : IMG_001.jpg # 中略 Modify Date : 2020:09:27 00:00:00 Y Cb Cr Positioning : 1 Exif Version : 0232 Date/Time Original : 2020:09:27 00:00:00 Create Date : 2020:09:27 00:00:00 # 以下略
Modify Date以下の日付が変わってればOK