summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time: make Parse validate day's lower bound in addition to upper boundBrad Fitzpatrick2016-11-222-1/+2
* time: simplify stringification of MonthMartin Möhrmann2016-11-121-7/+3
* time: use 1e9 rather than 1e-9 in Duration calculationsIan Lance Taylor2016-11-122-3/+20
* time: don't panic stringifying the zero MonthBrad Fitzpatrick2016-11-112-3/+21
* time: update Timer.Stop doc to account for AfterFuncRuss Cox2016-11-111-1/+7
* time: document that only Jan and January, Mon and Monday are recognizedRuss Cox2016-11-031-0/+7
* time: simplify: tell people to not use == with Time valuesIan Lance Taylor2016-11-011-1/+1
* time: clarify Equal docsIan Lance Taylor2016-10-281-2/+1
* time: revise Timer comments for Stop, ResetRuss Cox2016-10-181-4/+14
* time: be consistent about representation of UTC location in Time structRuss Cox2016-10-183-15/+41
* encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox2016-10-171-0/+4
* time: document that calendrical calculations are with no leap secondsBrad Fitzpatrick2016-10-061-1/+2
* time: fix AddDate with nil locationSimon Rawet2016-10-062-1/+93
* time: update comment to reflect correct file path.Mike Appleby2016-10-011-1/+1
* time: update test for tzdata-2016gAlberto Donizetti2016-09-291-2/+5
* time: allow long fractions in ParseDurationRob Pike2016-09-192-7/+36
* time: document in UnixNano when the value is validJoe Tsai2016-09-141-2/+3
* time: improve Truncate and Round documentationQuentin Smith2016-09-122-10/+18
* time: Add Until helper functionSam Whited2016-08-301-0/+6
* time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.goAlex Brainman2016-08-283-84/+103
* time: fix optional fractional seconds range errGabriel Russell2016-08-232-0/+3
* time: load time zones from the system tzdata file on AndroidElias Naur2016-08-234-1/+150
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-1/+1
* time: update documentation for Duration.String regarding the zero valueRob Pike2016-06-241-2/+1
* time: document that RFC822/1123 don't parse all RFC formatsIan Lance Taylor2016-06-091-0/+3
* time: genzabbrs.go skips Feb when checking monthsKenny Grant2016-06-091-1/+1
* time: warn about correct use of a Timer's Stop/Reset methodsAndrew Gerrand2016-06-061-0/+22
* time: run genzabbrs.go with new source dataKenny Grant2016-05-231-15/+25
* time: document that After uses memory until duration times outBrad Fitzpatrick2016-05-201-0/+3
* time: set Local.name on windowsAlex Brainman2016-05-142-0/+11
* time: don't depend on the io packageBrad Fitzpatrick2016-05-094-9/+13
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-063-6/+9
* time: print zero duration as 0s, not 0Rob Pike2016-04-212-2/+2
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-152-5/+5
* all: delete dead non-test codeDominik Honnef2016-03-251-3/+0
* all: single space after period.Brad Fitzpatrick2016-03-028-27/+27
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-4/+6
* time: document Tick will return nil if d <= 0Shenghou Ma2016-02-291-0/+1
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* time: fix comment about use of Location.cacheEndIan Lance Taylor2016-01-261-1/+1
* time: restore old error text for day out of rangeRuss Cox2016-01-082-4/+4
* 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-102-3/+56
* time: fix handling of -07, handle Z07Ian Lance Taylor2015-12-022-6/+17
* time: _2006 is a literal _, followed by 2006Edward Muller2015-11-182-1/+24
* time: allow any one- or two-digit day of the month when parsing.Rob Pike2015-09-102-1/+10
* time: fixed handling of "5" in Format's layout stringMarvin Stenger2015-09-092-1/+11
* time: fix 400 year offset in commentIan Lance Taylor2015-08-291-1/+1
* time: handle localized time zone namesDaniel Johansson2015-08-262-17/+37