Skip to content

timezone issue #10

@dsm1212

Description

@dsm1212

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions