Maint: Go program uses time/tzdata instead of OS

This commit is contained in:
Quentin McGaw (desktop)
2021-09-26 22:25:28 +00:00
parent f44121b044
commit d6e218141b

View File

@@ -11,6 +11,7 @@ import (
"strings"
"syscall"
"time"
_ "time/tzdata"
"github.com/qdm12/dns/pkg/unbound"
"github.com/qdm12/gluetun/internal/alpine"