aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2022-04-27time: document hhmmss formatscuiweixie
2022-04-26time: fix quickcheck test to avoid wraparoundsRuss Cox
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-27time: add Duration.AbsCarl Johnson
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-18time: fix zoneinfo.zip locating logic when built with -trimpathBryan C. Mills
2022-02-15time: document that Parse truncates to nanosecond precisionIan Lance Taylor
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