- 2e4358c [release-branch.go1.9] time: fix documentation of Round, Truncate behavior for d <= 0 by Dmitri Shuralyov · 7 years ago
- 193eda7 time: skip ZoneAbbr test in timezones with no abbreviation by Alberto Donizetti · 7 years ago
- 4522efb time: fix 400 years offset in comment by Alberto Donizetti · 8 years ago
- 7390d2f time: clarify documentation for Location.String by Pat Moroney · 8 years ago
- 4e2eff4 time: document the Time.String is meant for debugging by Brad Fitzpatrick · 8 years ago
- 306c540 time: warn that RFC3339Nano does not guarantee a natural ordering by Brad Fitzpatrick · 8 years ago
- e1ced32 time: show how to get midnight on the current day by Kevin Burke · 8 years ago
- 5e58583 time: fix example in monotonic time comment by Russ Cox · 8 years ago
- 862e45d time: remove some redundant equality comparison documentation by Brad Fitzpatrick · 8 years ago
- dd94bac time: unify the Time.Equals vs == pitfall documentation by Brad Fitzpatrick · 8 years ago
- 7a8f1e2 time: run genzabbrs.go to update zoneinfo_abbrs_windows.go by Alex Brainman · 8 years ago
- af2ac47 all: single space after period by Brad Fitzpatrick · 8 years ago
- fcee1e3 time: vendor tzdata-2017b and update test by Alberto Donizetti · 8 years ago
- e5646b2 time: strip monotonic clock reading in t.UTC, t.Local, t.In by Russ Cox · 8 years ago
- 4aa5d2e time: update docs to clarify goroutine-safety expectations of Time by Nicholas Maniscalco · 8 years ago
- 516e6f6 all: remove some unused parameters in test code by Daniel Martí · 8 years ago
- 719c7b0 testing/quick: generate all possible int64, uint64 values by Russ Cox · 8 years ago
- 105cc2b time: test and fix Time.Round, Duration.Round for d > 2⁶² by Russ Cox · 8 years ago
- 91563ce time: make the ParseInLocation test more robust by Alberto Donizetti · 8 years ago
- 6c85fb0 time: strip monotonic time in t.Round, t.Truncate by Russ Cox · 8 years ago
- 45356c1 time: add Duration.Truncate and Duration.Round by Caleb Spare · 8 years ago
- e4371fb time: optimize Now on darwin, windows by Russ Cox · 8 years ago
- 7ad512e time: format negative monotonic times correctly in Time.String by Caleb Spare · 8 years ago
- bd56169 time: bound file reads and validate LoadLocation argument by Brad Fitzpatrick · 8 years ago
- 67c3d4d time: delete incorrect docs about day-of-month checks. by Sameer Ajmani · 8 years ago
- 172311c time: Fix typo in Time.String() description. by Alexey Palazhchenko · 8 years ago
- 0e33559 time: record monotonic clock reading in time.Now, for more accurate comparisons by Russ Cox · 8 years ago
- 6d63606 time: defer loading ZONEINFO until first time.LoadLocation call by Jeff Johnson · 8 years ago
- bc61026 time: parse WITA timezone correctly by Max Riveiro · 8 years ago
- 323b5c9 time: make Parse validate day's lower bound in addition to upper bound by Brad Fitzpatrick · 8 years ago
- 524cd48 time: simplify stringification of Month by Martin Möhrmann · 8 years ago
- 456f2f5 time: use 1e9 rather than 1e-9 in Duration calculations by Ian Lance Taylor · 8 years ago
- a18b4b3 time: don't panic stringifying the zero Month by Brad Fitzpatrick · 8 years ago
- fabb411 time: update Timer.Stop doc to account for AfterFunc by Russ Cox · 8 years ago
- 3345802 time: document that only Jan and January, Mon and Monday are recognized by Russ Cox · 8 years ago
- 2c5bce1 time: simplify: tell people to not use == with Time values by Ian Lance Taylor · 8 years ago
- 023556c time: clarify Equal docs by Ian Lance Taylor · 8 years ago
- c999108 time: revise Timer comments for Stop, Reset by Russ Cox · 8 years ago
- 5fbf35d time: be consistent about representation of UTC location in Time struct by Russ Cox · 8 years ago
- f444b48 encoding/json: fix decoding of null into Unmarshaler, TextUnmarshaler by Russ Cox · 8 years ago
- 1c09b4d time: document that calendrical calculations are with no leap seconds by Brad Fitzpatrick · 8 years ago
- b4f3c93 time: fix AddDate with nil location by Simon Rawet · 9 years ago
- d1f4e04 time: update comment to reflect correct file path. by Mike Appleby · 8 years ago
- c5434f2 time: update test for tzdata-2016g by Alberto Donizetti · 8 years ago
- 3cca069 time: allow long fractions in ParseDuration by Rob Pike · 8 years ago
- b78108d time: document in UnixNano when the value is valid by Joe Tsai · 8 years ago
- e42ae65 time: improve Truncate and Round documentation by Quentin Smith · 8 years ago
- 67ea710 time: Add Until helper function by Sam Whited · 9 years ago
- e2e2d10 time: always use $GOROOT/lib/time/zoneinfo.zip with genzabbrs.go by Alex Brainman · 8 years ago
- eb29ac7 time: fix optional fractional seconds range err by Gabriel Russell · 8 years ago
- 80b31c0 time: load time zones from the system tzdata file on Android by Elias Naur · 9 years ago
- 40cf4ad all: fix "result not used" vet warnings by Josh Bleecher Snyder · 9 years ago
- 2834526 time: update documentation for Duration.String regarding the zero value by Rob Pike · 9 years ago
- 894803c time: document that RFC822/1123 don't parse all RFC formats by Ian Lance Taylor · 9 years ago
- e2a30b8 time: genzabbrs.go skips Feb when checking months by Kenny Grant · 9 years ago
- a71af25 time: warn about correct use of a Timer's Stop/Reset methods by Andrew Gerrand · 9 years ago
- 65adb6a time: run genzabbrs.go with new source data by Kenny Grant · 9 years ago
- 7ab698b time: document that After uses memory until duration times out by Brad Fitzpatrick · 9 years ago
- 2699da1 time: set Local.name on windows by Alex Brainman · 9 years ago
- d88261f time: don't depend on the io package by Brad Fitzpatrick · 9 years ago
- acc757f all: use SeekStart, SeekCurrent, SeekEnd by Joe Tsai · 9 years ago
- 9c4295b time: print zero duration as 0s, not 0 by Rob Pike · 9 years ago
- 0da4dbe all: remove unnecessary type conversions by Matthew Dempsky · 9 years ago
- fdba5a7 all: delete dead non-test code by Dominik Honnef · 9 years ago
- 5fea2cc all: single space after period. by Brad Fitzpatrick · 9 years ago
- 5194744 all: make copyright headers consistent with one space after period by Brad Fitzpatrick · 9 years ago
- 351c15f all: remove public named return values when useless by Brad Fitzpatrick · 9 years ago
- 28ce6f3 time: document Tick will return nil if d <= 0 by Shenghou Ma · 9 years ago
- b04f3b0 all: replace strings.Index with strings.Contains where possible by Nathan VanBenschoten · 9 years ago
- 830143f time: fix comment about use of Location.cacheEnd by Ian Lance Taylor · 9 years ago
- e84dad3 time: restore old error text for day out of range by Russ Cox · 9 years ago
- 39c3e0f time: document that RFC1123 is wrong for times in UTC by Russ Cox · 9 years ago
- 5ef8991 time: reject invalid day of month in Parse by Rob Pike · 9 years ago
- 3b3f422 time: fix handling of -07, handle Z07 by Ian Lance Taylor · 9 years ago
- f4b4d2f time: _2006 is a literal _, followed by 2006 by Edward Muller · 9 years ago
- 8b96be1 time: allow any one- or two-digit day of the month when parsing. by Rob Pike · 9 years ago
- c12e38a time: fixed handling of "5" in Format's layout string by Marvin Stenger · 9 years ago
- d93f3b5 time: fix 400 year offset in comment by Ian Lance Taylor · 9 years ago
- cba1528 time: handle localized time zone names by Daniel Johansson · 9 years ago
- 5f859ba time: Use AppendFormat in Marshal[Text|JSON] by Justin Nuß · 10 years ago
- 47f22ab time: make it clearer how to format a fractional second by Rob Pike · 10 years ago
- a3985e4 time: document that time.Tick creates an unrecoverable resource by Rob Pike · 10 years ago
- 2ae7737 all: link to https instead of http by Brad Fitzpatrick · 10 years ago
- 526b501 time: correct unrepresentable Unix time comment by Shenghou Ma · 10 years ago
- f3fc8b0 time: document that not all Unix time can be represented by Shenghou Ma · 10 years ago
- 51021cc time: fix registry zone info lookup on Windows by Patrick Mezard · 10 years ago
- b4bc7b4 time: deflake TestAfterQueuing by Brad Fitzpatrick · 10 years ago
- e2e322d time: Fix ordering of slots in AfterQueueing test by Keith Randall · 10 years ago
- 89454b1 mime, time, internal/syscall/windows/registry: use new registry package to simplify code by Alex Brainman · 10 years ago
- d12b532 time: use longer delta duration for TestAfterQueueing retries by Matthew Dempsky · 10 years ago
- 35bda67 time: add Time.AppendFormat by Caleb Spare · 10 years ago
- d5ef698 time: unify formatting of decimals for timestamps by Martin Möhrmann · 10 years ago
- 8537ccd time: add a thorough example for time.Format by Rob Pike · 10 years ago
- 2adc4e8 all: use "reports whether" in place of "returns true if(f)" by Josh Bleecher Snyder · 10 years ago
- ce1c924 time: zoneinfo support for darwin by David Crawshaw · 10 years ago
- 31336f9 Revert "time: zoneinfo support on darwin/arm" by David Crawshaw · 10 years ago
- 54efdc5 time: zoneinfo support on darwin/arm by David Crawshaw · 10 years ago
- 9e6869b Build fix for plan9 after 8bf13838eb21. by David Symonds · 10 years ago
- 8bf1383 time: return informative errors when failing to load timezone data. by David Symonds · 10 years ago
- d1210ac time: correctly parse large input durations and avoid precision loss by Martin Möhrmann · 10 years ago