aboutsummaryrefslogtreecommitdiff
path: root/src/time/zoneinfo.go
AgeCommit message (Expand)Author
2024-04-04time: add available godoc linkcui fliter
2023-10-03time: clarify docs to avoid date calculation pitfallsBrendan Jackman
2023-09-09all: calculate the median uniformlyJes Cok
2023-03-13time: fix timezone lookup logic for non-DST zonesGeon Kim
2022-09-08time: optimize FixedZone by caching unnamed zones by the hourJoe Tsai
2022-08-18time: fix LoadLocation documentation formattingAbhinav Gupta
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-18time: fix zoneinfo.zip locating logic when built with -trimpathBryan C. Mills
2021-09-30time: add doc comment about tzdata packageLeigh McCulloch
2021-03-15time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney
2021-02-27time: correct unusual extension string casesIan Lance Taylor
2020-04-22time: use extended time format past end of zone transitionsIan Lance Taylor
2019-11-01time: document an alternative way of setting the system's time zoneDomas Tamašauskas
2019-10-15time: avoid or clarify CESTIan Lance Taylor
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-10-03time: return first error in unsuccessful calls to LoadLocationFlorian Uekermann
2018-03-24all: remove some unused return parametersDaniel Martí
2018-02-13all: use HTTPS for iana.org linksKevin Burke
2017-11-21time: enable Location loading from user provided timezone dataFlorian Uekermann
2017-11-16Revert "time: enable ZONEINFO tzdata file support and error reporting"Russ Cox
2017-10-03time: enable ZONEINFO tzdata file support and error reportingFlorian Uekermann
2017-09-27time: reduce OS dependent timezone related codeFlorian Uekermann
2017-08-14time: remove unused parameterKevin Burke
2017-07-15time: clarify documentation for Location.StringPat Moroney
2017-02-08time: bound file reads and validate LoadLocation argumentBrad Fitzpatrick
2017-02-01time: defer loading ZONEINFO until first time.LoadLocation callJeff Johnson
2016-08-28time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.goAlex Brainman
2016-01-26time: fix comment about use of Location.cacheEndIan Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox