index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
time
/
format.go
Age
Commit message (
Expand
)
Author
2026-02-12
time: document that Parse does not support leap seconds
Sean Liao
2025-09-19
time: improve ParseDuration performance for invalid input
apocelipes
2025-03-14
time: optimize quote using byte(c) for ASCII
1911860538
2024-11-05
time: add examples for Since, Until, Abs and fix some comments
cuishuang
2024-09-10
time: don't check non-nil err twice in parse
Tobias Klauser
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-07-31
time: optimize time <-> date conversions
Russ Cox
2024-07-02
time: fix time zone parsing when format includes time zone seconds
Darin Krauss
2024-06-11
time: add to format documentation about dangers of using RFC1123{,Z} for parsing
Dana Burkart
2024-05-23
all: document legacy //go:linkname for modules with ≥200 dependents
Russ Cox
2024-05-23
time: check for time zone offset overflow
Ian Lance Taylor
2024-05-05
time: use stringslite.Clone
qiulaidongfeng
2024-04-04
time: add available godoc link
cui fliter
2023-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-17
time: avoid creating a parse error from the next chunk of the value
Zeke Lu
2022-10-24
time: optimize appendInt and appendNanos
Joe Tsai
2022-10-20
time: implement strict RFC 3339 during marshal and unmarshal
Joe Tsai
2022-09-20
time: optimize Parse for []byte arguments
Joe Tsai
2022-09-15
time: move RFC 3339 optimizations to separate file
Joe Tsai
2022-09-13
time: optimize Parse for RFC3339 and RFC3339Nano
Joe Tsai
2022-08-29
time: add fuzz test for Time.appendFormatRFC3339
Joe Tsai
2022-08-23
all: append(bytes, str...) works out of the box
Daniel Martí
2022-08-23
time: fix Parse for time zones
Joe Tsai
2022-08-23
time: fix Parse for empty seconds
Joe Tsai
2022-08-23
time: fix Parse to ignore extra sub-nanosecond digits
Joe Tsai
2022-08-17
time: optimize GoString
Amarjeet Anand
2022-08-11
time: optimize Format for RFC3339 and RFC3339Nano
Amarjeet Anand
2022-08-09
time: add DateTime, DateOnly, and TimeOnly
Joe Tsai
2022-07-25
time: clarify documentation for allowed formats and add tests to prove them
Marcus Watkins
2022-04-27
time: document hhmmss formats
cuiweixie
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-02-15
time: document that Parse truncates to nanosecond precision
Ian Lance Taylor
2021-10-08
time: allow minimum int64 in ParseDuration
Meng Zhuo
2021-10-06
time: truncate fractional seconds longer than 9 digits
Alexander Yastrebov
2021-09-17
time: re-add space-padded day of year to docs
Riley Avron
2021-09-09
time: propagate "," separator for fractional seconds into Format
korzhao
2021-08-25
time/format: avoid growslice in time.String()/time.GoString()
korzhao
2021-08-12
time: fix docs for new comma layouts
Russ Cox
2021-06-24
time: handle invalid UTF-8 byte sequences in quote to prevent panic
Andy Pan
2021-05-18
time: rewrite the documentation for layout strings
Rob Pike
2021-05-02
time: make time.Time print a valid Go string with %#v
Kevin Burke
2021-04-06
time: properly quote strings containing quotes and backslashes
Ahmet Aktürk
2021-03-16
time: support "," as separator for fractional seconds
Emmanuel T Odeke
2021-03-15
time: add Time.IsDST() to check if its Location is in Daylight Savings Time
Joel Courtney
2020-06-02
time: note that formats may parse invalid strings
David Golden
2020-04-14
time: quote original value in errors returned by ParseDuration
Obeyda Djeffal
2020-02-23
time: don't get confused about day 31 when parsing 002
Ian Lance Taylor
2020-01-23
time: document how Parse handles two-digit years
Kirill Tatchihin
[next]