diff --git a/config/config.go b/config/config.go index f2b4547..7465ea6 100644 --- a/config/config.go +++ b/config/config.go @@ -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