aboutsummaryrefslogtreecommitdiff
path: root/src/time/format.go
AgeCommit message (Expand)Author
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