aboutsummaryrefslogtreecommitdiff
path: root/src/time/format.go
AgeCommit message (Expand)Author
2017-08-10time: remove extra space in docstringKevin Burke
2017-07-06time: document the Time.String is meant for debuggingBrad Fitzpatrick
2017-06-29time: warn that RFC3339Nano does not guarantee a natural orderingBrad Fitzpatrick
2017-02-09time: format negative monotonic times correctly in Time.StringCaleb Spare
2017-02-07time: delete incorrect docs about day-of-month checks.Sameer Ajmani
2017-02-05time: Fix typo in Time.String() description.Alexey Palazhchenko
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-12-12time: parse WITA timezone correctlyMax Riveiro
2016-11-22time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick
2016-11-03time: document that only Jan and January, Mon and Monday are recognizedRuss Cox
2016-10-18time: be consistent about representation of UTC location in Time structRuss Cox
2016-09-19time: allow long fractions in ParseDurationRob Pike
2016-08-23time: fix optional fractional seconds range errGabriel Russell
2016-06-09time: document that RFC822/1123 don't parse all RFC formatsIan Lance Taylor
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-08time: restore old error text for day out of rangeRuss Cox
2016-01-06time: document that RFC1123 is wrong for times in UTCRuss Cox
2015-12-10time: reject invalid day of month in ParseRob Pike
2015-12-02time: fix handling of -07, handle Z07Ian Lance Taylor
2015-11-18time: _2006 is a literal _, followed by 2006Edward Muller
2015-09-10time: allow any one- or two-digit day of the month when parsing.Rob Pike
2015-09-09time: fixed handling of "5" in Format's layout stringMarvin Stenger
2015-07-15time: make it clearer how to format a fractional secondRob Pike
2015-04-10time: add Time.AppendFormatCaleb Spare
2015-04-08time: unify formatting of decimals for timestampsMartin Möhrmann
2015-03-26time: add a thorough example for time.FormatRob Pike
2015-03-18all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder
2015-01-15time: correctly parse large input durations and avoid precision lossMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox