| Commit message (Expand) | Author | Age | Files | Lines |
| * | time: fix 400 years offset in comment | Alberto Donizetti | 2017-07-17 | 1 | -1/+1 |
| * | time: clarify documentation for Location.String | Pat Moroney | 2017-07-15 | 1 | -1/+1 |
| * | time: document the Time.String is meant for debugging | Brad Fitzpatrick | 2017-07-06 | 1 | -0/+4 |
| * | time: warn that RFC3339Nano does not guarantee a natural ordering | Brad Fitzpatrick | 2017-06-29 | 1 | -0/+2 |
| * | time: show how to get midnight on the current day | Kevin Burke | 2017-06-28 | 1 | -0/+3 |
| * | time: fix example in monotonic time comment | Russ Cox | 2017-06-28 | 1 | -3/+3 |
| * | time: remove some redundant equality comparison documentation | Brad Fitzpatrick | 2017-06-14 | 1 | -9/+4 |
| * | time: unify the Time.Equals vs == pitfall documentation | Brad Fitzpatrick | 2017-06-14 | 1 | -13/+19 |
| * | time: run genzabbrs.go to update zoneinfo_abbrs_windows.go | Alex Brainman | 2017-06-13 | 2 | -88/+92 |
| * | all: single space after period | Brad Fitzpatrick | 2017-06-09 | 1 | -8/+8 |
| * | time: vendor tzdata-2017b and update test | Alberto Donizetti | 2017-06-07 | 1 | -2/+2 |
| * | time: strip monotonic clock reading in t.UTC, t.Local, t.In | Russ Cox | 2017-06-06 | 2 | -6/+8 |
| * | time: update docs to clarify goroutine-safety expectations of Time | Nicholas Maniscalco | 2017-05-24 | 1 | -2/+5 |
| * | all: remove some unused parameters in test code | Daniel Martí | 2017-04-25 | 1 | -2/+2 |
| * | testing/quick: generate all possible int64, uint64 values | Russ Cox | 2017-04-03 | 1 | -2/+2 |
| * | time: test and fix Time.Round, Duration.Round for d > 2⁶² | Russ Cox | 2017-03-31 | 2 | -3/+11 |
| * | time: make the ParseInLocation test more robust | Alberto Donizetti | 2017-03-09 | 1 | -10/+31 |
| * | time: strip monotonic time in t.Round, t.Truncate | Russ Cox | 2017-03-02 | 2 | -12/+19 |
| * | time: add Duration.Truncate and Duration.Round | Caleb Spare | 2017-02-14 | 2 | -0/+98 |
| * | time: optimize Now on darwin, windows | Russ Cox | 2017-02-09 | 2 | -4/+9 |
| * | time: format negative monotonic times correctly in Time.String | Caleb Spare | 2017-02-09 | 2 | -25/+27 |
| * | time: bound file reads and validate LoadLocation argument | Brad Fitzpatrick | 2017-02-08 | 8 | -2/+81 |
| * | time: delete incorrect docs about day-of-month checks. | Sameer Ajmani | 2017-02-07 | 1 | -5/+0 |
| * | time: Fix typo in Time.String() description. | Alexey Palazhchenko | 2017-02-05 | 1 | -2/+2 |
| * | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox | 2017-02-03 | 7 | -60/+550 |
| * | time: defer loading ZONEINFO until first time.LoadLocation call | Jeff Johnson | 2017-02-01 | 3 | -3/+43 |
| * | time: parse WITA timezone correctly | Max Riveiro | 2016-12-12 | 2 | -2/+4 |
| * | time: make Parse validate day's lower bound in addition to upper bound | Brad Fitzpatrick | 2016-11-22 | 2 | -1/+2 |
| * | time: simplify stringification of Month | Martin Möhrmann | 2016-11-12 | 1 | -7/+3 |
| * | time: use 1e9 rather than 1e-9 in Duration calculations | Ian Lance Taylor | 2016-11-12 | 2 | -3/+20 |
| * | time: don't panic stringifying the zero Month | Brad Fitzpatrick | 2016-11-11 | 2 | -3/+21 |
| * | time: update Timer.Stop doc to account for AfterFunc | Russ Cox | 2016-11-11 | 1 | -1/+7 |
| * | time: document that only Jan and January, Mon and Monday are recognized | Russ Cox | 2016-11-03 | 1 | -0/+7 |
| * | time: simplify: tell people to not use == with Time values | Ian Lance Taylor | 2016-11-01 | 1 | -1/+1 |
| * | time: clarify Equal docs | Ian Lance Taylor | 2016-10-28 | 1 | -2/+1 |
| * | time: revise Timer comments for Stop, Reset | Russ Cox | 2016-10-18 | 1 | -4/+14 |
| * | time: be consistent about representation of UTC location in Time struct | Russ Cox | 2016-10-18 | 3 | -15/+41 |
| * | encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler | Russ Cox | 2016-10-17 | 1 | -0/+4 |
| * | time: document that calendrical calculations are with no leap seconds | Brad Fitzpatrick | 2016-10-06 | 1 | -1/+2 |
| * | time: fix AddDate with nil location | Simon Rawet | 2016-10-06 | 2 | -1/+93 |
| * | time: update comment to reflect correct file path. | Mike Appleby | 2016-10-01 | 1 | -1/+1 |
| * | time: update test for tzdata-2016g | Alberto Donizetti | 2016-09-29 | 1 | -2/+5 |
| * | time: allow long fractions in ParseDuration | Rob Pike | 2016-09-19 | 2 | -7/+36 |
| * | time: document in UnixNano when the value is valid | Joe Tsai | 2016-09-14 | 1 | -2/+3 |
| * | time: improve Truncate and Round documentation | Quentin Smith | 2016-09-12 | 2 | -10/+18 |
| * | time: Add Until helper function | Sam Whited | 2016-08-30 | 1 | -0/+6 |
| * | time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.go | Alex Brainman | 2016-08-28 | 3 | -84/+103 |
| * | time: fix optional fractional seconds range err | Gabriel Russell | 2016-08-23 | 2 | -0/+3 |
| * | time: load time zones from the system tzdata file on Android | Elias Naur | 2016-08-23 | 4 | -1/+150 |
| * | all: fix "result not used" vet warnings | Josh Bleecher Snyder | 2016-08-16 | 1 | -1/+1 |