aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2021-08-25time/format: avoid growslice in time.String()/time.GoString()korzhao
2021-08-16time: update current time commentastraw99
2021-08-15time/tzdata: update links in commentIan Lance Taylor
2021-08-12time: fix docs for new comma layoutsRuss Cox
2021-07-22runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor
2021-07-19time: correct typo in documentation for UnixMicrohelloPiers
2021-06-24time: handle invalid UTF-8 byte sequences in quote to prevent panicAndy Pan
2021-06-17time: fix receiver for Time.IsDST methodRuss Cox
2021-05-18time: rewrite the documentation for layout stringsRob Pike
2021-05-02time: make time.Time print a valid Go string with %#vKevin Burke
2021-04-27time: increase slop for TestTickerIan Lance Taylor
2021-04-15time: add missing "os" import to zoneinfo_test.goDamien Neil
2021-04-14time: replace os.Setenv with T.SetenvManlio Perillo
2021-04-14time: move slim test tzdata to testdata directoryMartin Sucha
2021-04-06time: properly quote strings containing quotes and backslashesAhmet Aktürk
2021-04-05time: use offset and isDST when caching zone from extend stringMartin Sucha
2021-03-27time: add Time.Unix{Milli,Micro} and to-Time helpers UnixMicro, UnixMilliConrad Irwin
2021-03-17time: check int64 overflow in Time.addSecAndy Pan
2021-03-16time: support "," as separator for fractional secondsEmmanuel T Odeke
2021-03-15time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney
2021-03-10runtime, time: disable preemption in addtimerMichael Pratt
2021-02-27time: correct unusual extension string casesIan Lance Taylor
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
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