import "time/tzdata"

This commit is contained in:
perennial
2024-12-05 09:29:06 +11:00
parent 905b0379ef
commit badc7ad82f
+1
View File
@@ -7,6 +7,7 @@ import (
"net/url"
"strings"
"time"
_ "time/tzdata"
// TODO: figure out how to properly implement urlx
// the implementation in 5f8b659b49 causes config.go to segfault due to a nil pointer dereference when the PIXIVFE_IMAGEPROXY env var is not set