go-timezone is timezone utility for Go.
It has the following features:
- This library uses only the standard package
- Supports getting offset from timezone abbreviation, which is not supported by the time package
- Determine whether the specified time.Time is daylight saving time
- Change the location of time.Time by specifying the timezone
See godoc for usage.