aboutsummaryrefslogtreecommitdiff
path: root/src/time/zoneinfo_read.go
AgeCommit message (Expand)Author
2021-04-12[release-branch.go1.15] time: use offset and isDST when caching zone from ext...Ian Lance Taylor
2020-10-29[release-branch.go1.15] time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek
2020-10-29[release-branch.go1.15] time: support slim tzdata formatIan Lance Taylor
2020-04-22time: use extended time format past end of zone transitionsIan Lance Taylor
2020-04-14time/tzdata: new packageIan Lance Taylor
2020-04-13Revert "time/tzdata: new package"Ian Lance Taylor
2020-04-13time/tzdata: new packageIan Lance Taylor
2019-02-27time: reject tzdata with no zonesJosh Bleecher Snyder
2019-02-26time: read 64-bit data if availableIan Lance Taylor
2018-12-24time: return ENOENT if a zoneinfo zip file is not foundMax Ushakov
2018-11-02all: fix tests for older versions of AIX 7.2Clément Chigot
2018-09-14time: improve error message for LoadLocationAgniva De Sarker
2018-08-21time: optimize big4Ilya Tocar
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2017-11-21time: enable Location loading from user provided timezone dataFlorian Uekermann
2017-11-21time: rename internal type data to dataIORuss Cox
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: unify three readFile implementations into oneIan Lance Taylor
2017-09-27time: reduce OS dependent timezone related codeFlorian Uekermann
2017-02-08time: bound file reads and validate LoadLocation argumentBrad Fitzpatrick
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-05-09time: don't depend on the io packageBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox