besscroft / PicImpact

PicImpact 是一个摄影师专用的摄影作品展示网站,基于 Next.js 开发。

Home Page:https://pic.besscroft.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

相片 EXIF 解析错误

Zheaoli opened this issue · comments

https://photos.manjusaka.me/lotus/preview/233

以这张图片为例,EXIF 中图片的拍摄时间是

image

但是解析出的照片拍摄时间有误

image

commented

感谢您的反馈,似乎是时区的问题,我会抽空处理。

感谢您的反馈,似乎是时区的问题,我会抽空处理。

应该不是时区问题,时区问题的话您看分钟和秒数应该是一致的

image

我确认了下这里的拍摄时间就是文件创建时间

https://www.awaresystems.be/imaging/tiff/tifftags/privateifd/exif/datetimeoriginal.html

我提了一个 PR, 这里是 EXIF 中应该用 datetimeoriginal 来作为照片的拍摄时间,Datetime 是文件的创建时间