summaryrefslogtreecommitdiff
path: root/src/time/format_test.go
Commit message (Expand)AuthorAgeFilesLines
* time: avoid creating a parse error from the next chunk of the valueZeke Lu2022-11-171-8/+14
* time: optimize appendInt and appendNanosJoe Tsai2022-10-241-0/+45
* time: optimize Parse for RFC3339 and RFC3339NanoJoe Tsai2022-09-131-31/+89
* time: add fuzz test for Time.appendFormatRFC3339Joe Tsai2022-08-291-0/+44
* time: fix Parse for time zonesJoe Tsai2022-08-231-0/+4
* time: fix Parse for empty secondsJoe Tsai2022-08-231-0/+2
* time: fix Parse to ignore extra sub-nanosecond digitsJoe Tsai2022-08-231-8/+10
* time: add DateTime, DateOnly, and TimeOnlyJoe Tsai2022-08-091-0/+3
* time: clarify documentation for allowed formats and add tests to prove themMarcus Watkins2022-07-251-0/+7
* time: fix zoneinfo.zip locating logic when built with -trimpathBryan C. Mills2022-03-181-2/+2
* time: truncate fractional seconds longer than 9 digitsAlexander Yastrebov2021-10-061-0/+41
* time: propagate "," separator for fractional seconds into Formatkorzhao2021-09-091-0/+20
* time: make time.Time print a valid Go string with %#vKevin Burke2021-05-021-1/+29
* time: properly quote strings containing quotes and backslashesAhmet Aktürk2021-04-061-0/+22
* time: support "," as separator for fractional secondsEmmanuel T Odeke2021-03-161-3/+15
* time: quote original value in errors returned by ParseDurationObeyda Djeffal2020-04-141-3/+3
* time: don't get confused about day 31 when parsing 002Ian Lance Taylor2020-02-231-0/+14
* time: fix comment in testXudong Zhang2019-12-021-1/+1
* time: fix misleading error with the leading zero formatLE Manh Cuong2019-04-261-0/+46
* time: add support for day-of-year in Format and ParseRuss Cox2019-03-081-0/+66
* time: allow +00 as numeric timezone name and GMT offsetAlberto Donizetti2018-08-241-1/+6
* time: accept anything between -23 and 23 as offset namezone nameAlberto Donizetti2018-08-211-2/+12
* time: add support for parsing timezones denoted by sign and offsetMichael Kasch2018-03-081-0/+2
* time: revert CL 78735 (was: space padding using underscore)Ian Lance Taylor2018-01-031-34/+0
* time: add space padding layout strings(using underscore) for not only day but...Hanjun Kim2017-12-131-0/+34
* time: don't match '---' month in time.ParseCholerae Hu2017-09-081-0/+3
* testing/quick: generate all possible int64, uint64 valuesRuss Cox2017-04-031-2/+2
* time: make the ParseInLocation test more robustAlberto Donizetti2017-03-091-10/+31
* time: parse WITA timezone correctlyMax Riveiro2016-12-121-0/+1
* time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick2016-11-221-0/+1
* time: fix optional fractional seconds range errGabriel Russell2016-08-231-0/+2
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* time: restore old error text for day out of rangeRuss Cox2016-01-081-3/+3
* time: reject invalid day of month in ParseRob Pike2015-12-101-3/+51
* time: fix handling of -07, handle Z07Ian Lance Taylor2015-12-021-0/+3
* time: _2006 is a literal _, followed by 2006Edward Muller2015-11-181-0/+19
* time: allow any one- or two-digit day of the month when parsing.Rob Pike2015-09-101-0/+3
* time: fixed handling of "5" in Format's layout stringMarvin Stenger2015-09-091-0/+10
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+518