aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2024-01-22time: add a regression test for time.AfterFunc goroutine starvationBryan C. Mills
2023-10-14all: fix function namescui fliter
2023-10-03time: fix Time godocTobias Klauser
2023-10-03time: clarify docs to avoid date calculation pitfallsBrendan Jackman
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-09-14time: unconditionally use RegLoadMUIString on Windowsqmuntal
2023-09-09all: calculate the median uniformlyJes Cok
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
2023-07-20time: document that AfterFunc Timer's C field is nilIan Lance Taylor
2023-07-11time: increase arbitrary upper bound in TestReset to 10sBryan C. Mills
2023-05-12time: update windows zoneinfo_abbrsCarlos Amedee
2023-04-11time: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11time: update windows zoneinfo_abbrsIan Lance Taylor
2023-03-13time: fix timezone lookup logic for non-DST zonesGeon Kim
2023-02-16src: rename unexported errors by adding prefix errOleksandr Redko
2023-02-04time: add /etc/zoneinfo as valid path for tzdata for NixOSDavid Anderson
2023-01-29time: update windows zoneinfo_abbrsqmuntal
2023-01-20time: no need to wrap error with errors.Newfangguizhen
2023-01-18time: revert strict parsing of RFC 3339Joe Tsai
2023-01-17time/tzdata: generate zip constant during cmd/distRuss Cox
2022-12-07lib/time: update to 2022g/2022gRuss Cox
2022-11-24lib/time, time/tzdata: update to 2022fTobias Klauser
2022-11-18all: add missing periods in commentscui fliter
2022-11-17time: avoid creating a parse error from the next chunk of the valueZeke Lu
2022-10-24time: optimize appendInt and appendNanosJoe Tsai
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-20time: optimize Parse for []byte argumentsJoe Tsai
2022-09-19time: implement Compare methodRoger Peppe
2022-09-15time: move RFC 3339 optimizations to separate fileJoe Tsai
2022-09-13time: optimize Parse for RFC3339 and RFC3339NanoJoe Tsai
2022-09-08time: optimize FixedZone by caching unnamed zones by the hourJoe Tsai
2022-09-05runtime: convert local var stop at TestAfterStress to atomic typecuiweixie
2022-08-29time: use internal/itoaTobias Klauser
2022-08-29time: add fuzz test for Time.appendFormatRFC3339Joe Tsai
2022-08-23all: append(bytes, str...) works out of the boxDaniel Martí
2022-08-23time: fix Parse for time zonesJoe Tsai
2022-08-23time: fix Parse for empty secondsJoe Tsai
2022-08-23time: fix Parse to ignore extra sub-nanosecond digitsJoe Tsai
2022-08-18time: fix LoadLocation documentation formattingAbhinav Gupta
2022-08-17time: optimize GoStringAmarjeet Anand
2022-08-11lib/time, time/tzdata: update to 2022bDmitri Shuralyov
2022-08-11time: optimize Format for RFC3339 and RFC3339NanoAmarjeet Anand
2022-08-09time: add DateTime, DateOnly, and TimeOnlyJoe Tsai
2022-07-25time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins