1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/timezone
jvoisin f9dce3d10f perf(timzone): cache getLocation's results
Every time getLocation is called, it's opening and parsing a file on disc,
sometimes a zip file depending on the system. We can cache the results instead
of doing this.

See https://github.com/golang/go/issues/24844 and https://github.com/golang/go/issues/26106
2025-06-08 13:50:18 -07:00
..
timezone.go perf(timzone): cache getLocation's results 2025-06-08 13:50:18 -07:00
timezone_test.go fix: json encoding is failing with dates at OAD and negative timezone offset 2025-01-30 18:19:50 -08:00