Re-add tzdata

This commit is contained in:
Svilen Markov 2024-11-29 16:45:18 +00:00
parent a4185fde07
commit 74e05763f7

View File

@ -11,6 +11,8 @@ import (
"slices" "slices"
"strings" "strings"
"time" "time"
_ "time/tzdata"
) )
var weatherWidgetTemplate = mustParseTemplate("weather.html", "widget-base.html") var weatherWidgetTemplate = mustParseTemplate("weather.html", "widget-base.html")