-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I think maybe you can just add this to the doc unless you want to add support for TZ, but I noticed that sometimes the fetch loop doesn't find the files and it falls back to the full scan. The reason is that when searching for the files by date it is using start and end of each day in UTC, but the pics usually have their original time in some timezone. So morning or evening pics won't match the timerange calculated. The work around I found is to map your timezone into the container like this:
- /usr/share/zoneinfo/America/New_York:/etc/timezone:ro
- /usr/share/zoneinfo/America/New_York:/etc/localtime:ro
I've got a couple of actual bug fixes I never pushed but it looks like I am in sync with you so I'll create a PR soon.
Metadata
Metadata
Assignees
Labels
No labels