summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time: fix 400 years offset in commentAlberto Donizetti2017-07-171-1/+1
* time: clarify documentation for Location.StringPat Moroney2017-07-151-1/+1
* time: document the Time.String is meant for debuggingBrad Fitzpatrick2017-07-061-0/+4
* time: warn that RFC3339Nano does not guarantee a natural orderingBrad Fitzpatrick2017-06-291-0/+2
* time: show how to get midnight on the current dayKevin Burke2017-06-281-0/+3
* time: fix example in monotonic time commentRuss Cox2017-06-281-3/+3
* time: remove some redundant equality comparison documentationBrad Fitzpatrick2017-06-141-9/+4
* time: unify the Time.Equals vs == pitfall documentationBrad Fitzpatrick2017-06-141-13/+19
* time: run genzabbrs.go to update zoneinfo_abbrs_windows.goAlex Brainman2017-06-132-88/+92
* all: single space after periodBrad Fitzpatrick2017-06-091-8/+8
* time: vendor tzdata-2017b and update testAlberto Donizetti2017-06-071-2/+2
* time: strip monotonic clock reading in t.UTC, t.Local, t.InRuss Cox2017-06-062-6/+8
* time: update docs to clarify goroutine-safety expectations of TimeNicholas Maniscalco2017-05-241-2/+5
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-2/+2
* testing/quick: generate all possible int64, uint64 valuesRuss Cox2017-04-031-2/+2
* time: test and fix Time.Round, Duration.Round for d > 2⁶²Russ Cox2017-03-312-3/+11
* time: make the ParseInLocation test more robustAlberto Donizetti2017-03-091-10/+31
* time: strip monotonic time in t.Round, t.TruncateRuss Cox2017-03-022-12/+19
* time: add Duration.Truncate and Duration.RoundCaleb Spare2017-02-142-0/+98
* time: optimize Now on darwin, windowsRuss Cox2017-02-092-4/+9
* time: format negative monotonic times correctly in Time.StringCaleb Spare2017-02-092-25/+27
* time: bound file reads and validate LoadLocation argumentBrad Fitzpatrick2017-02-088-2/+81
* time: delete incorrect docs about day-of-month checks.Sameer Ajmani2017-02-071-5/+0
* time: Fix typo in Time.String() description.Alexey Palazhchenko2017-02-051-2/+2
* time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox2017-02-037-60/+550
* time: defer loading ZONEINFO until first time.LoadLocation callJeff Johnson2017-02-013-3/+43
* time: parse WITA timezone correctlyMax Riveiro2016-12-122-2/+4
* 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