Frédéric Guillot
|
b1742168e1
|
fix(timezone): make sure legacy time zones are no longer used
Debian Trixie has removed several time zones. This change makes sure only the current IANA time zones are in use.
|
2025-09-12 16:20:27 -07:00 |
|
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 |
|
Frédéric Guillot
|
c951ac2876
|
fix: json encoding is failing with dates at OAD and negative timezone offset
|
2025-01-30 18:19:50 -08:00 |
|
Frédéric Guillot
|
e3b3c40c28
|
timezone: make sure the tests pass when the timezone database is not installed on the host
|
2024-03-24 13:25:02 -07:00 |
|
Frédéric Guillot
|
168a870c02
|
Move internal packages to an internal folder
For reference: https://go.dev/doc/go1.4#internalpackages
|
2023-08-10 20:29:34 -07:00 |
|