Closed andytson-inviqa closed 1 year ago
You can import _ "time/tzdata" since go 1.15, to get tzdata bundled into the binary.
import _ "time/tzdata"
We may keep the attribute around as it could still be useful for multiple binaries.
You can
import _ "time/tzdata"
since go 1.15, to get tzdata bundled into the binary.We may keep the attribute around as it could still be useful for multiple binaries.