aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2021-04-29[release-branch.go1.15] runtime, time: disable preemption in addtimerMichael Pratt
2021-04-12[release-branch.go1.15] time: use offset and isDST when caching zone from ext...Ian Lance Taylor
2021-03-01[release-branch.go1.15] time: correct unusual extension string casesIan 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-06-02time: note that formats may parse invalid stringsDavid Golden
2020-05-26runtime, time: gofmtTobias Klauser
2020-05-22time: simplify Duration.String exampleRuss Cox
2020-04-30lib/time, time/tzdata: update tz data to 2020aTobias Klauser
2020-04-22time: use extended time format past end of zone transitionsIan Lance Taylor
2020-04-14time/tzdata: new packageIan Lance Taylor
2020-04-14time: quote original value in errors returned by ParseDurationObeyda Djeffal
2020-04-13Revert "time/tzdata: new package"Ian Lance Taylor
2020-04-13time/tzdata: new packageIan Lance Taylor
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-06time, runtime: only call resetTimer from (*Timer).ResetIan Lance Taylor
2020-03-28time: remove some unnecessary/duplicated global slicesPetarDambovaliev
2020-03-16time: fix time.Before to reuse t.sec(), u.sec()Paschalis Tsilias
2020-03-13time: stop referring to timerproc in commentIan Lance Taylor
2020-03-02time: use values larger than 24 for day for time.Format examplesJean de Klerk
2020-03-01time: optimize Time.ISOWeekShuo
2020-02-27runtime: don't panic on racy use of timersIan Lance Taylor
2020-02-25time: add basic YYYY/MM/DD example to time docsJean de Klerk
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23time: don't get confused about day 31 when parsing 002Ian Lance Taylor
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2020-02-22time: remove unnecessary trailing slash from "/etc/"Ian Lance Taylor
2020-01-23time: document how Parse handles two-digit yearsKirill Tatchihin
2020-01-13time: add a sentence about distant times to time.Time.UnixRob Pike
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-12-17time: further clarifications to the (*Timer).Stop docsIan Lance Taylor
2019-12-02time: fix comment in testXudong Zhang
2019-11-19time: give TestTicker more time on darwin-arm64Ian Lance Taylor
2019-11-19runtime, time: remove old timer codeIan Lance Taylor
2019-11-19time: deflake TestTickerIan Lance Taylor
2019-11-15time: only fail TestAfterStop if it fails five times in a rowIan Lance Taylor
2019-11-10time: change variable name to nextAgniva De Sarker
2019-11-01time: document an alternative way of setting the system's time zoneDomas TamaĊĦauskas
2019-10-21runtime, syscall, time: prepare for adding timers to P'sIan Lance Taylor
2019-10-21runtime, syscall, time: add and use resettimerIan Lance Taylor
2019-10-17time: change genzabbrs.go to fetch windowsZones.xml file from GitHubAlex Brainman
2019-10-15time: avoid or clarify CESTIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-17time: add examples for microseconds and milliseconds methodsPantelis Sampaziotis
2019-08-16time: update TestSub to avoid future regressionsJoe Tsai
2019-08-16Revert "time: optimize Sub"Joe Tsai
2019-07-18time: clarify when draining a Timer's channel is neededAllen Li
2019-05-13time: fix a typo in commentsNikita Kryuchkov