aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2021-11-29[release-branch.go1.16] time: fix looking for zone offset when date is close ...zhouguangyuan
2021-09-15[release-branch.go1.16] runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-07-22[release-branch.go1.16] runtime: don't clear timerModifiedEarliest if adjustT...Ian Lance Taylor
2021-04-12[release-branch.go1.16] time: use offset and isDST when caching zone from ext...Ian Lance Taylor
2021-03-12[release-branch.go1.16] runtime, time: disable preemption in addtimerMichael Pratt
2021-03-01[release-branch.go1.16] time: correct unusual extension string casesIan Lance Taylor
2021-01-25lib/time, time/tzdata: update tzdata to 2021aTobias Klauser
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2020-12-30lib/time, time/tzdata: update tzdata to 2020fAlberto Donizetti
2020-12-23lib/time, time/tzdata: update tzdata to 2020eAlberto Donizetti
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-03runtime, time: strictly enforce when, period constraintsMichael Pratt
2020-12-03time, runtime: don't set timer when = 0Michael Pratt
2020-11-18time: in NewTicker, document that the 1st tick comes after dAlberto Donizetti
2020-10-27time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek
2020-10-27runtime: reduce timer latencyChris Hines
2020-10-24lib/time, time/tzdata: update tz data to 2020dTobias Klauser
2020-10-23all: fix quoting for compress/bzip2 and time's godocsubham sarkar
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-14lib/time, time, time/tzdata: use slim tz data formatTobias Klauser
2020-10-13lib/time, time/tzdata: update tz data to 2020bTobias Klauser
2020-10-13syscall: remove dependency on ioRuss Cox
2020-10-12time: add ios build constraint to zoneinfo_ios.goTobias Klauser
2020-10-07time: enable system zoneinfo on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-19time: support colon at start of TZ valueJay Lee
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