Deprecated: Use time/tzdata available in Go 1.15. time/tzdata does not work exactly the same as it defaults to local tzdata when available where as this package always uses embedded data. This package will be maintained until Go 1.16 is released.
Predictably load time.Location
s regardless of operating system.
import "4d63.com/tz"
loc, err := tz.LoadLocation("Australia/Sydney")
Docs and examples at https://godoc.org/4d63.com/tz.
This package exists because of golang/go#21881.