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