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"
"strings"
"time"
_ "time/tzdata"
)
var weatherWidgetTemplate = mustParseTemplate("weather.html", "widget-base.html")