aboutsummaryrefslogtreecommitdiff
path: root/src/time/time.go
AgeCommit message (Expand)Author
12 daysall: document legacy //go:linkname for final round of modulesRuss Cox
12 daysall: document legacy //go:linkname for modules with ≥100 dependentsRuss Cox
2024-05-23all: document legacy //go:linkname for modules with ≥200 dependentsRuss Cox
2024-04-29time: add notes about monotonic time pausedplasmatium
2024-04-04time: add available godoc linkcui fliter
2024-02-19runtime: use a high res timer to signal io completion ports on windowsqmuntal
2023-10-03time: fix Time godocTobias Klauser
2023-10-03time: clarify docs to avoid date calculation pitfallsBrendan Jackman
2023-08-25time: make time.Until a few nanoseconds fasterkorzhao
2023-08-18time: make Duration.String inlineableJoe Tsai
2023-08-11time: make time.Since a few nanoseconds fasterRuss Cox
2023-08-07time: amend time resolution docsqmuntal
2023-08-01time: mention time resolution in docsqmuntal
2022-10-20time: implement strict RFC 3339 during marshal and unmarshalJoe Tsai
2022-09-28time: add comment explaining >>33 in NowIan Lance Taylor
2022-09-19time: implement Compare methodRoger Peppe
2022-05-17time: add Time.ZoneBoundshopehook
2022-05-13time: clarify that monotonic clock is not returned by t.UnixIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-27time: add Duration.AbsCarl Johnson
2021-11-05time: fix looking for zone offset when date is close to a zone transitionzhouguangyuan
2021-09-17time: support fractional timezone minutes in MarshalBinaryHowJMay
2021-09-14all: remove some unused codeAlexander Melentyev
2021-07-19time: correct typo in documentation for UnixMicrohelloPiers
2021-06-17time: fix receiver for Time.IsDST methodRuss Cox
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-15time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney
2020-04-22time: use extended time format past end of zone transitionsIan 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-01time: optimize Time.ISOWeekShuo
2020-01-13time: add a sentence about distant times to time.Time.UnixRob Pike
2019-10-15time: avoid or clarify CESTIan Lance Taylor
2019-08-16Revert "time: optimize Sub"Joe Tsai
2019-05-13time: fix a typo in commentsNikita Kryuchkov
2019-03-19time: optimize SubMichael Darakananda
2019-03-14time: add methods to convert duration to microseconds and millisecondsDerek Phan
2018-11-08time: add a missing comma in the documentation of TimeAgniva De Sarker
2018-11-08time: document that a marshaled time does not include location nameAgniva De Sarker
2018-11-02runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov
2018-11-02time: speed up Since and UntilDmitry Vyukov
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-08-21time: use secondsPerMinute instead of 60Sandy
2018-06-29time: clarify Unix, UnixNano, and In a bitBrad Fitzpatrick
2018-04-13time: document that going to sleep may stop the monotonic clockIan Lance Taylor
2018-04-12time: don't panic when stringifying Weekdayfraenkel