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
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
2019-04-26
time: fix misleading error with the leading zero format
LE Manh Cuong
2019-03-08
time: add support for day-of-year in Format and Parse
Russ Cox
2018-08-24
time: allow +00 as numeric timezone name and GMT offset
Alberto Donizetti
2018-08-21
time: accept anything between -23 and 23 as offset namezone name
Alberto Donizetti
2018-03-24
all: remove some unused return parameters
Daniel Martí
2018-03-08
time: add support for parsing timezones denoted by sign and offset
Michael Kasch
2018-01-03
time: revert CL 78735 (was: space padding using underscore)
Ian Lance Taylor
2017-12-13
time: add space padding layout strings(using underscore) for not only day but...
Hanjun Kim
2017-11-02
time: fix incorrect "zero padding" comments
Kenny Grant
2017-11-01
time: improve comments about valid layouts being invalid Parse values
Ian Lance Taylor
2017-10-31
time: document that valid layouts are not valid Parse values
Kenny Grant
2017-09-08
time: don't match '---' month in time.Parse
Cholerae Hu
2017-08-14
time: remove unused parameter
Kevin Burke
[next]