aboutsummaryrefslogtreecommitdiff
path: root/src/time
AgeCommit message (Expand)Author
2020-04-13Revert "time/tzdata: new package"Ian Lance Taylor
2020-04-13time/tzdata: new packageIan Lance Taylor
2020-04-08all: remove darwin/386 build-tags and filesAustin Clements
2020-04-08all: remove darwin/arm build-tags and filesAustin Clements
2020-04-06time, runtime: only call resetTimer from (*Timer).ResetIan Lance Taylor
2020-03-28time: remove some unnecessary/duplicated global slicesPetarDambovaliev
2020-03-16time: fix time.Before to reuse t.sec(), u.sec()Paschalis Tsilias
2020-03-13time: stop referring to timerproc in commentIan Lance Taylor
2020-03-02time: use values larger than 24 for day for time.Format examplesJean de Klerk
2020-03-01time: optimize Time.ISOWeekShuo
2020-02-27runtime: don't panic on racy use of timersIan Lance Taylor
2020-02-25time: add basic YYYY/MM/DD example to time docsJean de Klerk
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23time: don't get confused about day 31 when parsing 002Ian Lance Taylor
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2020-02-22time: remove unnecessary trailing slash from "/etc/"Ian Lance Taylor
2020-01-23time: document how Parse handles two-digit yearsKirill Tatchihin
2020-01-13time: add a sentence about distant times to time.Time.UnixRob Pike
2020-01-03all: fix invalid invocations of Fatalf in goroutinesEmmanuel T Odeke
2019-12-17time: further clarifications to the (*Timer).Stop docsIan Lance Taylor
2019-12-02time: fix comment in testXudong Zhang
2019-11-19time: give TestTicker more time on darwin-arm64Ian Lance Taylor
2019-11-19runtime, time: remove old timer codeIan Lance Taylor
2019-11-19time: deflake TestTickerIan Lance Taylor
2019-11-15time: only fail TestAfterStop if it fails five times in a rowIan Lance Taylor
2019-11-10time: change variable name to nextAgniva De Sarker
2019-11-01time: document an alternative way of setting the system's time zoneDomas TamaĊĦauskas
2019-10-21runtime, syscall, time: prepare for adding timers to P'sIan Lance Taylor
2019-10-21runtime, syscall, time: add and use resettimerIan Lance Taylor
2019-10-17time: change genzabbrs.go to fetch windowsZones.xml file from GitHubAlex Brainman
2019-10-15time: avoid or clarify CESTIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-17time: add examples for microseconds and milliseconds methodsPantelis Sampaziotis
2019-08-16time: update TestSub to avoid future regressionsJoe Tsai
2019-08-16Revert "time: optimize Sub"Joe Tsai
2019-07-18time: clarify when draining a Timer's channel is neededAllen Li
2019-05-13time: fix a typo in commentsNikita Kryuchkov
2019-05-01os,time: fix tests on iOSElias Naur
2019-04-30time: look for zoneinfo.zip in GOROOTElias Naur
2019-04-26time: fix misleading error with the leading zero formatLE Manh Cuong
2019-03-19time: optimize SubMichael Darakananda
2019-03-14time: add methods to convert duration to microseconds and millisecondsDerek Phan
2019-03-08time: add support for day-of-year in Format and ParseRuss Cox
2019-02-28time: move the explanation of u/micro to the ParseDuration exampleRob Pike
2019-02-27time: reject tzdata with no zonesJosh Bleecher Snyder
2019-02-27time: rewrite ExampleDuration_Nanoseconds to be more idiomatic.Rob Pike
2019-02-26time: read 64-bit data if availableIan Lance Taylor
2019-02-26time: parse 1us in Nanoseconds exampleAlberto Donizetti
2018-12-24time: return ENOENT if a zoneinfo zip file is not foundMax Ushakov