summaryrefslogtreecommitdiff
path: root/src/time/format.go
Commit message (Expand)AuthorAgeFilesLines
* time: document the Time.String is meant for debuggingBrad Fitzpatrick2017-07-061-0/+4
* time: warn that RFC3339Nano does not guarantee a natural orderingBrad Fitzpatrick2017-06-291-0/+2
* time: format negative monotonic times correctly in Time.StringCaleb Spare2017-02-091-8/+4
* time: delete incorrect docs about day-of-month checks.Sameer Ajmani2017-02-071-5/+0
* time: Fix typo in Time.String() description.Alexey Palazhchenko2017-02-051-2/+2
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-031-5/+38
* time: parse WITA timezone correctlyMax Riveiro2016-12-121-2/+3
* time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick2016-11-221-1/+1
* time: document that only Jan and January, Mon and Monday are recognizedRuss Cox2016-11-031-0/+7
* time: be consistent about representation of UTC location in Time structRuss Cox2016-10-181-4/+4
* time: allow long fractions in ParseDurationRob Pike2016-09-191-7/+32
* time: fix optional fractional seconds range errGabriel Russell2016-08-231-0/+1
* time: document that RFC822/1123 don't parse all RFC formatsIan Lance Taylor2016-06-091-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* time: restore old error text for day out of rangeRuss Cox2016-01-081-1/+1
* time: document that RFC1123 is wrong for times in UTCRuss Cox2016-01-061-0/+7
* time: reject invalid day of month in ParseRob Pike2015-12-101-0/+5
* time: fix handling of -07, handle Z07Ian Lance Taylor2015-12-021-6/+14
* time: _2006 is a literal _, followed by 2006Edward Muller2015-11-181-1/+5
* time: allow any one- or two-digit day of the month when parsing.Rob Pike2015-09-101-1/+7
* time: fixed handling of "5" in Format's layout stringMarvin Stenger2015-09-091-1/+1
* time: make it clearer how to format a fractional secondRob Pike2015-07-151-1/+9
* time: add Time.AppendFormatCaleb Spare2015-04-101-10/+17
* time: unify formatting of decimals for timestampsMartin Möhrmann2015-04-081-66/+45
* time: add a thorough example for time.FormatRob Pike2015-03-261-0/+3
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-3/+2
* time: correctly parse large input durations and avoid precision lossMartin Möhrmann2015-01-151-27/+44
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1248