aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2022-01-06time: skip TestTimerModifiedEarlier on plan9/armBryan C. Mills
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-11lib/time, time/tzdata: update to 2021eIan Lance Taylor
2021-11-05time: fix looking for zone offset when date is close to a zone transitionzhouguangyuan
2021-11-05time: add some examplesjiahua wang
2021-11-05time: make Ticker.Reset(0) paniczhouguangyuan
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-10-08time: allow minimum int64 in ParseDurationMeng Zhuo
2021-10-06time: fallback to slower TestTicker test after one failureDamien Neil
2021-10-06time: truncate fractional seconds longer than 9 digitsAlexander Yastrebov
2021-09-30time: add doc comment about tzdata packageLeigh McCulloch
2021-09-17time: re-add space-padded day of year to docsRiley Avron
2021-09-17time: support fractional timezone minutes in MarshalBinaryHowJMay
2021-09-15runtime: in adjustTimers back up as far as necessaryIan Lance Taylor
2021-09-14all: remove some unused codeAlexander Melentyev
2021-09-10time: reference -tags=timetzdata in testing panicJosh Bleecher Snyder
2021-09-09time: propagate "," separator for fractional seconds into Formatkorzhao
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