| Commit message (Expand) | Author | Age | Files | Lines |
| * | time/format: avoid growslice in time.String()/time.GoString() | korzhao | 2021-08-25 | 1 | -2/+3 |
| * | time: update current time comment | astraw99 | 2021-08-16 | 2 | -8/+4 |
| * | time/tzdata: update links in comment | Ian Lance Taylor | 2021-08-15 | 2 | -4/+4 |
| * | time: fix docs for new comma layouts | Russ Cox | 2021-08-12 | 1 | -3/+3 |
| * | runtime: don't clear timerModifiedEarliest if adjustTimers is 0 | Ian Lance Taylor | 2021-07-22 | 1 | -0/+34 |
| * | time: correct typo in documentation for UnixMicro | helloPiers | 2021-07-19 | 1 | -1/+1 |
| * | time: handle invalid UTF-8 byte sequences in quote to prevent panic | Andy Pan | 2021-06-24 | 2 | -3/+20 |
| * | time: fix receiver for Time.IsDST method | Russ Cox | 2021-06-17 | 1 | -1/+1 |
| * | time: rewrite the documentation for layout strings | Rob Pike | 2021-05-18 | 1 | -78/+85 |
| * | time: make time.Time print a valid Go string with %#v | Kevin Burke | 2021-05-02 | 2 | -7/+108 |
| * | time: increase slop for TestTicker | Ian Lance Taylor | 2021-04-27 | 1 | -2/+7 |
| * | time: add missing "os" import to zoneinfo_test.go | Damien Neil | 2021-04-15 | 1 | -0/+1 |
| * | time: replace os.Setenv with T.Setenv | Manlio Perillo | 2021-04-14 | 1 | -5/+2 |
| * | time: move slim test tzdata to testdata directory | Martin Sucha | 2021-04-14 | 5 | -7/+13 |
| * | time: properly quote strings containing quotes and backslashes | Ahmet Aktürk | 2021-04-06 | 3 | -1/+34 |
| * | time: use offset and isDST when caching zone from extend string | Martin Sucha | 2021-04-05 | 2 | -18/+40 |
| * | time: add Time.Unix{Milli,Micro} and to-Time helpers UnixMicro, UnixMilli | Conrad Irwin | 2021-03-27 | 2 | -0/+68 |
| * | time: check int64 overflow in Time.addSec | Andy Pan | 2021-03-17 | 4 | -3/+38 |
| * | time: support "," as separator for fractional seconds | Emmanuel T Odeke | 2021-03-16 | 2 | -15/+33 |
| * | time: add Time.IsDST() to check if its Location is in Daylight Savings Time | Joel Courtney | 2021-03-15 | 6 | -34/+86 |
| * | runtime, time: disable preemption in addtimer | Michael Pratt | 2021-03-10 | 1 | -0/+16 |
| * | time: correct unusual extension string cases | Ian Lance Taylor | 2021-02-27 | 2 | -17/+49 |
| * | all: go fmt std cmd (but revert vendor) | Russ Cox | 2021-02-20 | 9 | -0/+9 |
| * | lib/time, time/tzdata: update tzdata to 2021a | Tobias Klauser | 2021-01-25 | 1 | -6853/+6853 |
| * | time: clarify Timer.Reset behavior on AfterFunc Timers | Brad Fitzpatrick | 2021-01-22 | 1 | -1/+12 |
| * | lib/time, time/tzdata: update tzdata to 2020f | Alberto Donizetti | 2020-12-30 | 1 | -1939/+1939 |
| * | lib/time, time/tzdata: update tzdata to 2020e | Alberto Donizetti | 2020-12-23 | 1 | -6839/+6869 |
| * | all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp | Russ Cox | 2020-12-09 | 3 | -5/+4 |
| * | runtime, time: strictly enforce when, period constraints | Michael Pratt | 2020-12-03 | 3 | -32/+35 |
| * | time, runtime: don't set timer when = 0 | Michael Pratt | 2020-12-03 | 1 | -10/+0 |
| * | time: in NewTicker, document that the 1st tick comes after d | Alberto Donizetti | 2020-11-18 | 1 | -5/+6 |
| * | time: fix LoadLocationFromTZData with slim tzdata | Christopher Hlubek | 2020-10-27 | 2 | -2/+30 |
| * | runtime: reduce timer latency | Chris Hines | 2020-10-27 | 1 | -0/+187 |
| * | lib/time, time/tzdata: update tz data to 2020d | Tobias Klauser | 2020-10-24 | 1 | -6809/+6810 |
| * | all: fix quoting for compress/bzip2 and time's godoc | subham sarkar | 2020-10-23 | 1 | -1/+1 |
| * | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -1/+2 |
| * | lib/time, time, time/tzdata: use slim tz data format | Tobias Klauser | 2020-10-14 | 3 | -12891/+6882 |
| * | lib/time, time/tzdata: update tz data to 2020b | Tobias Klauser | 2020-10-13 | 1 | -12497/+12512 |
| * | syscall: remove dependency on io | Russ Cox | 2020-10-13 | 1 | -1/+1 |
| * | time: add ios build constraint to zoneinfo_ios.go | Tobias Klauser | 2020-10-12 | 1 | -0/+2 |
| * | time: enable system zoneinfo on macOS/ARM64 | Cherry Zhang | 2020-10-07 | 3 | -2/+2 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 2 | -4/+1 |
| * | time: support colon at start of TZ value | Jay Lee | 2020-09-19 | 2 | -5/+112 |
| * | time: note that formats may parse invalid strings | David Golden | 2020-06-02 | 1 | -1/+1 |
| * | runtime, time: gofmt | Tobias Klauser | 2020-05-26 | 1 | -1/+1 |
| * | time: simplify Duration.String example | Russ Cox | 2020-05-22 | 1 | -4/+5 |
| * | lib/time, time/tzdata: update tz data to 2020a | Tobias Klauser | 2020-04-30 | 1 | -12420/+12432 |
| * | time: use extended time format past end of zone transitions | Ian Lance Taylor | 2020-04-22 | 6 | -22/+523 |
| * | time/tzdata: new package | Ian Lance Taylor | 2020-04-14 | 7 | -0/+13373 |
| * | time: quote original value in errors returned by ParseDuration | Obeyda Djeffal | 2020-04-14 | 4 | -73/+90 |