Remove time/tzdata dependency

This commit is contained in:
Gabe Cook 2025-03-17 00:32:48 -05:00 committed by aceberg
parent 6e57809d97
commit b31107bc42

View file

@ -5,7 +5,6 @@ import (
// "net/http"
// _ "net/http/pprof"
_ "time/tzdata"
"github.com/aceberg/WatchYourLAN/internal/web"
)