summaryrefslogtreecommitdiff
path: root/src/time/zoneinfo_read.go
Commit message (Expand)AuthorAgeFilesLines
* time: use offset and isDST when caching zone from extend stringMartin Sucha2021-04-051-17/+27
* time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney2021-03-151-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-1/+1
* time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek2020-10-271-2/+11
* lib/time, time, time/tzdata: use slim tz data formatTobias Klauser2020-10-141-0/+8
* time: use extended time format past end of zone transitionsIan Lance Taylor2020-04-221-1/+14
* time/tzdata: new packageIan Lance Taylor2020-04-141-0/+23
* Revert "time/tzdata: new package"Ian Lance Taylor2020-04-131-23/+0
* time/tzdata: new packageIan Lance Taylor2020-04-131-0/+23
* time: reject tzdata with no zonesJosh Bleecher Snyder2019-02-271-1/+7
* time: read 64-bit data if availableIan Lance Taylor2019-02-261-12/+84
* time: return ENOENT if a zoneinfo zip file is not foundMax Ushakov2018-12-241-1/+1
* all: fix tests for older versions of AIX 7.2Clément Chigot2018-11-021-0/+9
* time: improve error message for LoadLocationAgniva De Sarker2018-09-141-1/+1
* time: optimize big4Ilya Tocar2018-08-211-1/+1
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* time: enable Location loading from user provided timezone dataFlorian Uekermann2017-11-211-6/+7
* time: rename internal type data to dataIORuss Cox2017-11-211-7/+7
* Revert "time: enable ZONEINFO tzdata file support and error reporting"Russ Cox2017-11-161-56/+15
* time: enable ZONEINFO tzdata file support and error reportingFlorian Uekermann2017-10-031-15/+56
* time: unify three readFile implementations into oneIan Lance Taylor2017-09-271-0/+30
* time: reduce OS dependent timezone related codeFlorian Uekermann2017-09-271-13/+57
* time: bound file reads and validate LoadLocation argumentBrad Fitzpatrick2017-02-081-0/+11
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-1/+1
* time: don't depend on the io packageBrad Fitzpatrick2016-05-091-0/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+343