Friso Smit
Friso Smit
So it seems the problem has gotten worse since 1.9.1. I currently do not have the time to investigate, but it would be good to have a debug log of...
I spotted one thing that's different: ``` gint64 timeout_ts = n->timestamp + n->timeout; ``` _new_ ``` gint64 ttl = n->timeout - (time - n->start); ``` _old_ Now we are using...
It could be the cause of this issue then. It's probably worth to try using n->start and see if that lessens the issue. If that is true that would be...
Thanks for posting a PR. I'll give the others a little bit of time to test it. If it doesn't fix the issue, then I agree with bebehei to revert...
> The change makes sense to me. Do you mean the change in #1158? > `n->timestamp` represents the time when the notification first arrived which quickly results in `timeout_ts` being...
Great, I'll close this issue then
I'm working on resolving the issues with timezone detection for DSLR pictures. At least on my Sony A7 first gen it's possible to infer the timezone from the exif metadata....
I'm also having the same issue. Pictures taken with my sony A7 (first gen) camera have a wrong time offset in immich. The image is taken at 22:14 GMT+1 (ignore...
The link doesn't work for me. It takes me to an empty channel
How did you solve the problem? I'm still experiencing the problem, so I don't think the issue should be closed until it's fixed in Immich