summaryrefslogtreecommitdiff
path: root/src/time/time_test.go
Commit message (Expand)AuthorAgeFilesLines
* time: test and fix Time.Round, Duration.Round for d > 2⁶²Russ Cox2017-03-311-0/+2
* time: add Duration.Truncate and Duration.RoundCaleb Spare2017-02-141-0/+59
* time: bound file reads and validate LoadLocation argumentBrad Fitzpatrick2017-02-081-0/+13
* time: use 1e9 rather than 1e-9 in Duration calculationsIan Lance Taylor2016-11-121-0/+17
* time: don't panic stringifying the zero MonthBrad Fitzpatrick2016-11-111-2/+9
* time: be consistent about representation of UTC location in Time structRuss Cox2016-10-181-1/+18
* time: fix AddDate with nil locationSimon Rawet2016-10-061-0/+92
* time: update test for tzdata-2016gAlberto Donizetti2016-09-291-2/+5
* time: allow long fractions in ParseDurationRob Pike2016-09-191-0/+4
* all: fix "result not used" vet warningsJosh Bleecher Snyder2016-08-161-1/+1
* time: print zero duration as 0s, not 0Rob Pike2016-04-211-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* time: Use AppendFormat in Marshal[Text|JSON]Justin Nuß2015-08-221-0/+14
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* time: correctly parse large input durations and avoid precision lossMartin Möhrmann2015-01-151-1/+22
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1081