api/vendor/4d63.com/tz
konrad 4472020ee9 Add workaround for timezones on windows (#151)
Add workaround for timezones on windows

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/api#151
2020-03-09 22:41:08 +00:00
..
.gitignore Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
.travis.yml Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
LICENSE Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
README.md Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
go.mod Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
go.sum Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
tools.go Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
tz.go Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00
zoneinfo.go Add workaround for timezones on windows (#151) 2020-03-09 22:41:08 +00:00

README.md

tz

Build Status Codecov Go Report Card Go docs

Predictably load time.Locations 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 https://github.com/golang/go/issues/21881.