From badc7ad82feb4b5fa1fa8d4523624a5e7594efcd Mon Sep 17 00:00:00 2001 From: perennial Date: Thu, 5 Dec 2024 09:29:06 +1100 Subject: [PATCH] import "time/tzdata" --- config/config.go | 1 + 1 file changed, 1 insertion(+) 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