相册0.9.0版本引入了一个时区错误处理的bug,会把所有照片的时间都往后推8个小时。
不过这个bug在推送了0.9.2版本以后已经修正。
但是0.9.2版本又引入了一个新bug,就是视频文件的时区是错的!
视频文件上传到相册以后,【File Modified Date】这个exif tag的时间会变成早8个小时。
tagName = Creation Time; tagDirectoryName = MP4; tagDesc = Mon Apr 06 00:04:07 CST 2026
tagName = Modification Time; tagDirectoryName = MP4; tagDesc = Mon Apr 06 00:04:07 CST 2026
tagName = Modification Time; tagDirectoryName = MP4 Video; tagDesc = Mon Apr 06 00:04:07 +08:00 2026
tagName = Modification Time; tagDirectoryName = MP4 Sound; tagDesc = Mon Apr 06 00:04:07 +08:00 2026
tagName = File Modified Date; tagDirectoryName = File; tagDesc = Sun Apr 05 16:04:07 +08:00 2026
fnos的本地时间是cst时区,没有问题。
Local time: Mon 2026-04-06 00:21:00 CST
Universal time: Sun 2026-04-05 16:21:00 UTC
RTC time: Sun 2026-04-05 16:21:00
Time zone: Asia/Shanghai (CST, +0800)
System clock synchronized: yes
NTP service: active
RTC in local TZ: no
在相册中显示的exif信息都是错的。

