aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
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
2022-05-31lib/time, time/tzdata: update to 2022aDmitri Shuralyov
2022-05-17time: add Time.ZoneBoundshopehook
2022-05-13time: clarify that monotonic clock is not returned by t.UnixIan Lance Taylor
2022-05-08time: return ENOENT instead of ERROR_PATH_NOT_FOUND in windowsrlanhellas
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