mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00
fix(cmd): add fallback tz information (#526)
* fix(cmd): add fallback tz information * build(docker): add tzdata pkg
This commit is contained in:
parent
b7c9674a01
commit
490d85d220
3 changed files with 6 additions and 4 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue