How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Error timezone.location

calendar_today September 15, 2026 person @JeroenVH domain influxdata

Found the solution — I sent Claude through the Flux source code to work out what was actually going on, and @CZvacko was right about the cause. timezone.location() doesn’t use Go’s standard time.LoadLocation , it uses Flux’s own fork in internal/zoneinfo . That fork reads the IANA files from disk, and its list of search paths ( zoneSources ) is only compiled in on Unix-like builds.

open_in_new Read original post