On Thu, May 13, 2021 at 08:59:07PM +0200, Stefan Reich�r wrote: > LoadLocation does the lookup in the installed timezone database: > > https://golang.org/pkg/time/#LoadLocation Oh, I see. This must be why Go itself depends on (and keeps a run-time reference to) tzdata. We'll want to fix that someday, but that's a separate concern from these packages.