simulot / immich-go

An alternative to the immich-CLI command that doesn't depend on nodejs installation. It tries its best for importing google photos takeout archives.
GNU Affero General Public License v3.0
1.54k stars 47 forks source link

Wrong time after upload #488

Open people-rus opened 9 hours ago

people-rus commented 9 hours ago

When I import a photo saved on my PC, the time zone is lost when loading and because of this the loaded photo has an incorrect time, in my case +3 hours. I run the server and import on Windows. Screenshot_1 I tried different scenarios:

simulot commented 7 hours ago

That's a known problem In the current version, immich-go takes the date of capture from the file name, in UTC. That's finally not a good idea, some smart phone manufacturers use UTC, while other use local time as yours.

I'll turn off by default this feature in the next major release.