summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time: update windows zoneinfo_abbrsCarlos Amedee2023-05-122-4/+4
* time: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-112-2/+22
* time: update windows zoneinfo_abbrsIan Lance Taylor2023-04-111-1/+1
* time: fix timezone lookup logic for non-DST zonesGeon Kim2023-03-134-13/+24
* src: rename unexported errors by adding prefix errOleksandr Redko2023-02-163-23/+23
* time: add /etc/zoneinfo as valid path for tzdata for NixOSDavid Anderson2023-02-041-1/+3
* time: update windows zoneinfo_abbrsqmuntal2023-01-291-14/+16
* time: no need to wrap error with errors.Newfangguizhen2023-01-201-3/+1
* time: revert strict parsing of RFC 3339Joe Tsai2023-01-182-7/+12
* time/tzdata: generate zip constant during cmd/distRuss Cox2023-01-173-6722/+2
* lib/time: update to 2022g/2022gRuss Cox2022-12-071-6859/+6336
* lib/time, time/tzdata: update to 2022fTobias Klauser2022-11-241-6852/+6940
* all: add missing periods in commentscui fliter2022-11-181-1/+1
* time: avoid creating a parse error from the next chunk of the valueZeke Lu2022-11-172-12/+19
* time: optimize appendInt and appendNanosJoe Tsai2022-10-244-38/+100
* time: implement strict RFC 3339 during marshal and unmarshalJoe Tsai2022-10-205-52/+147
* time: add comment explaining >>33 in NowIan Lance Taylor2022-09-281-0/+3
* time: optimize Parse for []byte argumentsJoe Tsai2022-09-202-12/+58
* time: implement Compare methodRoger Peppe2022-09-193-2/+41
* time: move RFC 3339 optimizations to separate fileJoe Tsai2022-09-152-117/+131
* time: optimize Parse for RFC3339 and RFC3339NanoJoe Tsai2022-09-134-31/+189
* time: optimize FixedZone by caching unnamed zones by the hourJoe Tsai2022-09-082-0/+29
* runtime: convert local var stop at TestAfterStress to atomic typecuiweixie2022-09-051-3/+3
* time: use internal/itoaTobias Klauser2022-08-291-23/+3
* time: add fuzz test for Time.appendFormatRFC3339Joe Tsai2022-08-293-9/+61
* all: append(bytes, str...) works out of the boxDaniel Martí2022-08-231-1/+1
* time: fix Parse for time zonesJoe Tsai2022-08-232-3/+7
* time: fix Parse for empty secondsJoe Tsai2022-08-232-0/+5
* time: fix Parse to ignore extra sub-nanosecond digitsJoe Tsai2022-08-232-9/+11
* time: fix LoadLocation documentation formattingAbhinav Gupta2022-08-181-4/+4
* time: optimize GoStringAmarjeet Anand2022-08-172-9/+19
* lib/time, time/tzdata: update to 2022bDmitri Shuralyov2022-08-111-6874/+6835
* time: optimize Format for RFC3339 and RFC3339NanoAmarjeet Anand2022-08-112-0/+65
* time: add DateTime, DateOnly, and TimeOnlyJoe Tsai2022-08-092-0/+6
* time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins2022-07-252-4/+11
* lib/time, time/tzdata: update to 2022aDmitri Shuralyov2022-05-311-6861/+6862
* time: add Time.ZoneBoundshopehook2022-05-172-0/+92
* time: clarify that monotonic clock is not returned by t.UnixIan Lance Taylor2022-05-131-0/+4
* time: return ENOENT instead of ERROR_PATH_NOT_FOUND in windowsrlanhellas2022-05-081-0/+4
* time: document hhmmss formatscuiweixie2022-04-272-6/+21
* time: fix quickcheck test to avoid wraparoundsRuss Cox2022-04-261-0/+11
* all: gofmt main repoRuss Cox2022-04-114-13/+25
* all: separate doc comment from //go: directivesRuss Cox2022-04-052-0/+2
* all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox2022-04-051-1/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-012-3/+0
* all: fix various doc comment formatting nitsRuss Cox2022-04-011-8/+8
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-293-3/+3
* time: add Duration.AbsCarl Johnson2022-03-272-0/+37
* internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills2022-03-181-1/+2
* time: fix zoneinfo.zip locating logic when built with -trimpathBryan C. Mills2022-03-1817-62/+98