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
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
2017-08-10
time: remove extra space in docstring
Kevin Burke
2017-07-06
time: document the Time.String is meant for debugging
Brad Fitzpatrick
2017-06-29
time: warn that RFC3339Nano does not guarantee a natural ordering
Brad Fitzpatrick
2017-02-09
time: format negative monotonic times correctly in Time.String
Caleb Spare
2017-02-07
time: delete incorrect docs about day-of-month checks.
Sameer Ajmani
2017-02-05
time: Fix typo in Time.String() description.
Alexey Palazhchenko
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-12-12
time: parse WITA timezone correctly
Max Riveiro
2016-11-22
time: make Parse validate day's lower bound in addition to upper bound
Brad Fitzpatrick
2016-11-03
time: document that only Jan and January, Mon and Monday are recognized
Russ Cox
2016-10-18
time: be consistent about representation of UTC location in Time struct
Russ Cox
2016-09-19
time: allow long fractions in ParseDuration
Rob Pike
2016-08-23
time: fix optional fractional seconds range err
Gabriel Russell
2016-06-09
time: document that RFC822/1123 don't parse all RFC formats
Ian Lance Taylor
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-08
time: restore old error text for day out of range
Russ Cox
2016-01-06
time: document that RFC1123 is wrong for times in UTC
Russ Cox
2015-12-10
time: reject invalid day of month in Parse
Rob Pike
2015-12-02
time: fix handling of -07, handle Z07
Ian Lance Taylor
2015-11-18
time: _2006 is a literal _, followed by 2006
Edward Muller
2015-09-10
time: allow any one- or two-digit day of the month when parsing.
Rob Pike
2015-09-09
time: fixed handling of "5" in Format's layout string
Marvin Stenger
2015-07-15
time: make it clearer how to format a fractional second
Rob Pike
2015-04-10
time: add Time.AppendFormat
Caleb Spare
2015-04-08
time: unify formatting of decimals for timestamps
Martin Möhrmann
2015-03-26
time: add a thorough example for time.Format
Rob Pike
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-01-15
time: correctly parse large input durations and avoid precision loss
Martin Möhrmann
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
[prev]