aboutsummaryrefslogtreecommitdiff
path: root/src/time/time.go
AgeCommit message (Expand)Author
2021-11-29[release-branch.go1.16] time: fix looking for zone offset when date is close ...zhouguangyuan
2020-04-22time: use extended time format past end of zone transitionsIan 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-01time: optimize Time.ISOWeekShuo
2020-01-13time: add a sentence about distant times to time.Time.UnixRob Pike
2019-10-15time: avoid or clarify CESTIan Lance Taylor
2019-08-16Revert "time: optimize Sub"Joe Tsai
2019-05-13time: fix a typo in commentsNikita Kryuchkov
2019-03-19time: optimize SubMichael Darakananda
2019-03-14time: add methods to convert duration to microseconds and millisecondsDerek Phan
2018-11-08time: add a missing comma in the documentation of TimeAgniva De Sarker
2018-11-08time: document that a marshaled time does not include location nameAgniva De Sarker
2018-11-02runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov
2018-11-02time: speed up Since and UntilDmitry Vyukov
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-08-23all: fix typos detected by github.com/client9/misspellKazuhiro Sera
2018-08-21time: use secondsPerMinute instead of 60Sandy
2018-06-29time: clarify Unix, UnixNano, and In a bitBrad Fitzpatrick
2018-04-13time: document that going to sleep may stop the monotonic clockIan Lance Taylor
2018-04-12time: don't panic when stringifying Weekdayfraenkel
2018-03-24all: remove some unused return parametersDaniel Martí
2018-02-26time: avoid unnecessary type conversionsKunpei Sakai
2017-11-19time: fix typo in docRoss Chater
2017-11-04time: fix Time package doc paragraph orderRuss Cox
2017-08-29time: fix documentation of Round, Truncate behavior for d <= 0Dmitri Shuralyov
2017-07-17time: fix 400 years offset in commentAlberto Donizetti
2017-06-28time: fix example in monotonic time commentRuss Cox
2017-06-14time: remove some redundant equality comparison documentationBrad Fitzpatrick
2017-06-14time: unify the Time.Equals vs == pitfall documentationBrad Fitzpatrick
2017-06-09all: single space after periodBrad Fitzpatrick
2017-06-06time: strip monotonic clock reading in t.UTC, t.Local, t.InRuss Cox
2017-05-24time: update docs to clarify goroutine-safety expectations of TimeNicholas Maniscalco
2017-03-31time: test and fix Time.Round, Duration.Round for d > 2⁶²Russ Cox
2017-03-02time: strip monotonic time in t.Round, t.TruncateRuss Cox
2017-02-14time: add Duration.Truncate and Duration.RoundCaleb Spare
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-11-12time: simplify stringification of MonthMartin Möhrmann
2016-11-12time: use 1e9 rather than 1e-9 in Duration calculationsIan Lance Taylor
2016-11-11time: don't panic stringifying the zero MonthBrad Fitzpatrick
2016-11-01time: simplify: tell people to not use == with Time valuesIan Lance Taylor
2016-10-28time: clarify Equal docsIan Lance Taylor
2016-10-18time: be consistent about representation of UTC location in Time structRuss Cox
2016-10-17encoding/json: fix decoding of null into Unmarshaler, TextUnmarshalerRuss Cox
2016-10-06time: document that calendrical calculations are with no leap secondsBrad Fitzpatrick
2016-10-06time: fix AddDate with nil locationSimon Rawet
2016-09-14time: document in UnixNano when the value is validJoe Tsai
2016-09-12time: improve Truncate and Round documentationQuentin Smith
2016-08-30time: Add Until helper functionSam Whited