- 86cca11 time: revert CL 78735 (was: space padding using underscore) by Ian Lance Taylor · 7 years ago
- 8776be1 time: add space padding layout strings(using underscore) for not only day but others by Hanjun Kim · 7 years ago
- bb22a69 time: condense, expand Time.Unix example by Russ Cox · 7 years ago
- b53088a Revert "go/printer: forbid empty line before first comment in block" by Joe Tsai · 7 years ago
- 597213c time: rename TestLoadLocationFromTzinfo to TestLoadLocationFromTZData by Dmitri Shuralyov · 7 years ago
- 40d8b4b time: fix build on Android by Brad Fitzpatrick · 7 years ago
- 2951f90 time: enable Location loading from user provided timezone data by Florian Uekermann · 7 years ago
- 225a2e1 time: rename internal type data to dataIO by Russ Cox · 7 years ago
- 50181df time: fix typo in doc by Ross Chater · 7 years ago
- 02298ae Revert "time: enable ZONEINFO tzdata file support and error reporting" by Russ Cox · 7 years ago
- d50e952 time: add example for Time.Unix by Adrian Hesketh · 8 years ago
- e49d074 time: example in doc for time.AppendFormat func by Radek Sohlich · 7 years ago
- 8615cbf time: fix Time package doc paragraph order by Russ Cox · 7 years ago
- 08f19bb go/printer: forbid empty line before first comment in block by Joe Tsai · 7 years ago
- 2da1446 time: fix incorrect "zero padding" comments by Kenny Grant · 7 years ago
- 0d101d1 time: fix incorrect "zero pad" comment in example by Blixt · 7 years ago
- fb1fd6a time: improve comments about valid layouts being invalid Parse values by Ian Lance Taylor · 7 years ago
- 3e887ff time: document that valid layouts are not valid Parse values by Kenny Grant · 7 years ago
- d153df8 all: revert "all: prefer strings.LastIndexByte over strings.LastIndex" by Marvin Stenger · 7 years ago
- 630d176 time: enable ZONEINFO tzdata file support and error reporting by Florian Uekermann · 8 years ago
- 71d0832 time: unify three readFile implementations into one by Ian Lance Taylor · 8 years ago
- 7340d13 time: reduce OS dependent timezone related code by Florian Uekermann · 8 years ago
- d2826d3 all: prefer strings.LastIndexByte over strings.LastIndex by Marvin Stenger · 8 years ago
- 57e7d62 all: use sort.Slice in a few more places by Daniel Martí · 8 years ago
- a72e26f runtime: return deltimer early if timer.timersBucket is unset by Emmanuel Odeke · 8 years ago
- 76f4fd8 runtime: improve timers scalability on multi-CPU systems by Aliaksandr Valialkin · 8 years ago
- 7758abf time: add a number of new examples by Adrian Hesketh · 8 years ago
- a7489ec time: change wording in duration hours example by Juan Carlos · 8 years ago
- 9dba733 time: add an example to the NewTicker function by Elbert Fliek · 8 years ago
- 32e117d time: don't match '---' month in time.Parse by Cholerae Hu · 8 years ago
- b793372 time: fix documentation of Round, Truncate behavior for d <= 0 by Dmitri Shuralyov · 8 years ago
- 3dd1b0d time: fix grammar/spelling errors in test comment by Kevin Burke · 8 years ago
- 839b282 time: add leap year test for Date by Kevin Burke · 8 years ago
- 6203a79 time: remove unused parameter by Kevin Burke · 8 years ago
- 392834f time: add examples for Duration functions by molivier · 8 years ago
- c9f8a6c time: remove extra space in docstring by Kevin Burke · 8 years ago
- 193eda7 time: skip ZoneAbbr test in timezones with no abbreviation by Alberto Donizetti · 8 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 · 9 years ago
- 3cca069 time: allow long fractions in ParseDuration by Rob Pike · 9 years ago
- b78108d time: document in UnixNano when the value is valid by Joe Tsai · 9 years ago
- e42ae65 time: improve Truncate and Round documentation by Quentin Smith · 9 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 · 9 years ago
- eb29ac7 time: fix optional fractional seconds range err by Gabriel Russell · 9 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