-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timezone offset issue? #127
Comments
Add a timezone environment variable: |
Well I added the correct time zone to my environments, but it seems to be crashing on start. It would seem it's not handling pyunifiprotect correctly. |
2024-04-27 01:29:45 [ WARNING ] unifi_protect_backup.unifi_protect_backup_core : Failed to connect to UniFi Protect, retrying in 9s... |
Nevermind, Docker image caching issue. |
is this resolved now? |
Description
There seems to be some kind of hiccup when handling time zones when downloading events. When I perform a clean install, it will fetch every event correctly, but at some point, when it fetches new events, it's retrieving footage from exactly 7 hours prior. It seems to be pulling the UTC time instead of the local time of the footage.
What I Did
Deleted the events database and downloaded footage again.
The text was updated successfully, but these errors were encountered: