aboutsummaryrefslogtreecommitdiff
path: root/src/time/format.go
AgeCommit message (Expand)Author
2022-04-27time: document hhmmss formatscuiweixie
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-02-15time: document that Parse truncates to nanosecond precisionIan Lance Taylor
2021-10-08time: allow minimum int64 in ParseDurationMeng Zhuo
2021-10-06time: truncate fractional seconds longer than 9 digitsAlexander Yastrebov
2021-09-17time: re-add space-padded day of year to docsRiley Avron
2021-09-09time: propagate "," separator for fractional seconds into Formatkorzhao
2021-08-25time/format: avoid growslice in time.String()/time.GoString()korzhao
2021-08-12time: fix docs for new comma layoutsRuss Cox
2021-06-24time: handle invalid UTF-8 byte sequences in quote to prevent panicAndy Pan
2021-05-18time: rewrite the documentation for layout stringsRob Pike
2021-05-02time: make time.Time print a valid Go string with %#vKevin Burke
2021-04-06time: properly quote strings containing quotes and backslashesAhmet Aktürk
2021-03-16time: support "," as separator for fractional secondsEmmanuel T Odeke
2021-03-15time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney
2020-06-02time: note that formats may parse invalid stringsDavid Golden
2020-04-14time: quote original value in errors returned by ParseDurationObeyda Djeffal
2020-02-23time: don't get confused about day 31 when parsing 002Ian Lance Taylor
2020-01-23time: document how Parse handles two-digit yearsKirill Tatchihin
2019-04-26time: fix misleading error with the leading zero formatLE Manh Cuong
2019-03-08time: add support for day-of-year in Format and ParseRuss Cox
2018-08-24time: allow +00 as numeric timezone name and GMT offsetAlberto Donizetti
2018-08-21time: accept anything between -23 and 23 as offset namezone nameAlberto Donizetti
2018-03-24all: remove some unused return parametersDaniel Martí
2018-03-08time: add support for parsing timezones denoted by sign and offsetMichael Kasch
2018-01-03time: revert CL 78735 (was: space padding using underscore)Ian Lance Taylor
2017-12-13time: add space padding layout strings(using underscore) for not only day but...Hanjun Kim
2017-11-02time: fix incorrect "zero padding" commentsKenny Grant
2017-11-01time: improve comments about valid layouts being invalid Parse valuesIan Lance Taylor
2017-10-31time: document that valid layouts are not valid Parse valuesKenny Grant
2017-09-08time: don't match '---' month in time.ParseCholerae Hu
2017-08-14time: remove unused parameterKevin Burke
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