summaryrefslogtreecommitdiff
path: root/src/time
Commit message (Expand)AuthorAgeFilesLines
* time/format: avoid growslice in time.String()/time.GoString()korzhao2021-08-251-2/+3
* time: update current time commentastraw992021-08-162-8/+4
* time/tzdata: update links in commentIan Lance Taylor2021-08-152-4/+4
* time: fix docs for new comma layoutsRuss Cox2021-08-121-3/+3
* runtime: don't clear timerModifiedEarliest if adjustTimers is 0Ian Lance Taylor2021-07-221-0/+34
* time: correct typo in documentation for UnixMicrohelloPiers2021-07-191-1/+1
* time: handle invalid UTF-8 byte sequences in quote to prevent panicAndy Pan2021-06-242-3/+20
* time: fix receiver for Time.IsDST methodRuss Cox2021-06-171-1/+1
* time: rewrite the documentation for layout stringsRob Pike2021-05-181-78/+85
* time: make time.Time print a valid Go string with %#vKevin Burke2021-05-022-7/+108
* time: increase slop for TestTickerIan Lance Taylor2021-04-271-2/+7
* time: add missing "os" import to zoneinfo_test.goDamien Neil2021-04-151-0/+1
* time: replace os.Setenv with T.SetenvManlio Perillo2021-04-141-5/+2
* time: move slim test tzdata to testdata directoryMartin Sucha2021-04-145-7/+13
* time: properly quote strings containing quotes and backslashesAhmet Aktürk2021-04-063-1/+34
* time: use offset and isDST when caching zone from extend stringMartin Sucha2021-04-052-18/+40
* time: add Time.Unix{Milli,Micro} and to-Time helpers UnixMicro, UnixMilliConrad Irwin2021-03-272-0/+68
* time: check int64 overflow in Time.addSecAndy Pan2021-03-174-3/+38
* time: support "," as separator for fractional secondsEmmanuel T Odeke2021-03-162-15/+33
* time: add Time.IsDST() to check if its Location is in Daylight Savings TimeJoel Courtney2021-03-156-34/+86
* runtime, time: disable preemption in addtimerMichael Pratt2021-03-101-0/+16
* time: correct unusual extension string casesIan Lance Taylor2021-02-272-17/+49
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-209-0/+9
* lib/time, time/tzdata: update tzdata to 2021aTobias Klauser2021-01-251-6853/+6853
* time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick2021-01-221-1/+12
* lib/time, time/tzdata: update tzdata to 2020fAlberto Donizetti2020-12-301-1939/+1939
* lib/time, time/tzdata: update tzdata to 2020eAlberto Donizetti2020-12-231-6839/+6869
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-093-5/+4
* runtime, time: strictly enforce when, period constraintsMichael Pratt2020-12-033-32/+35
* time, runtime: don't set timer when = 0Michael Pratt2020-12-031-10/+0
* time: in NewTicker, document that the 1st tick comes after dAlberto Donizetti2020-11-181-5/+6
* time: fix LoadLocationFromTZData with slim tzdataChristopher Hlubek2020-10-272-2/+30
* runtime: reduce timer latencyChris Hines2020-10-271-0/+187
* lib/time, time/tzdata: update tz data to 2020dTobias Klauser2020-10-241-6809/+6810
* all: fix quoting for compress/bzip2 and time's godocsubham sarkar2020-10-231-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+2
* lib/time, time, time/tzdata: use slim tz data formatTobias Klauser2020-10-143-12891/+6882
* lib/time, time/tzdata: update tz data to 2020bTobias Klauser2020-10-131-12497/+12512
* syscall: remove dependency on ioRuss Cox2020-10-131-1/+1
* time: add ios build constraint to zoneinfo_ios.goTobias Klauser2020-10-121-0/+2
* time: enable system zoneinfo on macOS/ARM64Cherry Zhang2020-10-073-2/+2
* all: add GOOS=iosCherry Zhang2020-09-232-4/+1
* time: support colon at start of TZ valueJay Lee2020-09-192-5/+112
* time: note that formats may parse invalid stringsDavid Golden2020-06-021-1/+1
* runtime, time: gofmtTobias Klauser2020-05-261-1/+1
* time: simplify Duration.String exampleRuss Cox2020-05-221-4/+5
* lib/time, time/tzdata: update tz data to 2020aTobias Klauser2020-04-301-12420/+12432
* time: use extended time format past end of zone transitionsIan Lance Taylor2020-04-226-22/+523
* time/tzdata: new packageIan Lance Taylor2020-04-147-0/+13373
* time: quote original value in errors returned by ParseDurationObeyda Djeffal2020-04-144-73/+90