我收到了一位摄影师发来的一些照片。当我使用exiftool时,我发现摄影师相机的时区不正确。
Create Date : 2024:04:21 05:40:41-05:00
Date/Time Original : 2024:04:21 05:40:41-05:00
Modify Date : 2024:04:21 13:08:27+07:00
Date/Time Created : 2024:04:21 05:40:41-05:00
Digital Creation Date/Time : 2024:04:21 05:40:41-05:00
正确的时区是 UTC+7:00(印度支那时间 (ICT)),但多个 exif 字段错误地包含-05:00
.
日期和时间在其他方面都是正确的。例如,创建日期应为2024:04:21 05:40:41
UTC+7:00 印度支那时间。(修改日期是我假设摄影师使用照片编辑软件编辑照片的日期)。
如何使用 exiftool 来更正具有 的字段的时区-5:00
?
另外,我想设置文件创建和修改日期以匹配 exif 创建日期。
这是更完整的 exiftool 输出,以防有帮助:
$ exiftool -time:all -G1 -a -s DSC00907.jpg
[System] FileModifyDate : 2024:04:21 05:40:41+07:00
[System] FileAccessDate : 2024:04:24 19:15:59+07:00
[System] FileInodeChangeDate : 2024:04:24 19:15:59+07:00
[IFD0] ModifyDate : 2024:04:21 13:08:27
[ExifIFD] DateTimeOriginal : 2024:04:21 05:40:41
[ExifIFD] CreateDate : 2024:04:21 05:40:41
[ExifIFD] OffsetTime : +07:00
[ExifIFD] OffsetTimeOriginal : -05:00
[ExifIFD] OffsetTimeDigitized : -05:00
[XMP-xmp] ModifyDate : 2024:04:21 13:08:27+07:00
[XMP-xmp] CreateDate : 2024:04:21 05:40:41-05:00
[XMP-xmp] MetadataDate : 2024:04:21 13:08:27+07:00
[XMP-photoshop] DateCreated : 2024:04:21 05:40:41-05:00
[XMP-xmpMM] HistoryWhen : 2024:04:21 13:08:27+07:00
[IPTC] DateCreated : 2024:04:21
[IPTC] TimeCreated : 05:40:41-05:00
[IPTC] DigitalCreationDate : 2024:04:21
[IPTC] DigitalCreationTime : 05:40:41-05:00
[ICC-header] ProfileDateTime : 1998:02:09 06:49:00
[Composite] SubSecCreateDate : 2024:04:21 05:40:41-05:00
[Composite] SubSecDateTimeOriginal : 2024:04:21 05:40:41-05:00
[Composite] SubSecModifyDate : 2024:04:21 13:08:27+07:00
[Composite] DateTimeCreated : 2024:04:21 05:40:41-05:00
[Composite] DigitalCreationDateTime : 2024:04:21 05:40:41-05:00