fix(cmd): add fallback tz information (#526)

* fix(cmd): add fallback tz information

* build(docker): add tzdata pkg
This commit is contained in:
Kyle Sanderson 2022-11-10 01:20:54 -08:00 committed by GitHub
parent b7c9674a01
commit 490d85d220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -27,6 +27,8 @@ import (
"github.com/autobrr/autobrr/internal/scheduler"
"github.com/autobrr/autobrr/internal/server"
"github.com/autobrr/autobrr/internal/user"
_ "time/tzdata"
)
var (