aboutsummaryrefslogtreecommitdiff
path: root/src/time/mono_test.go
AgeCommit message (Expand)Author
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2017-06-06time: strip monotonic clock reading in t.UTC, t.Local, t.InRuss Cox
2017-03-02time: strip monotonic time in t.Round, t.TruncateRuss Cox
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-09time: format negative monotonic times correctly in Time.StringCaleb Spare
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox