Searched defs:Time (Results 1 – 4 of 4) sorted by relevance
127 func dumpStucknessDiagnostics(ctx Context, config Config, statusPath string, lastUpdated time.Time)…
74 Time uint64 `json:"ts"` member
149 func NewClock(startTime time.Time) *Clock {158 func (c *Clock) Time() time.Time { func
170 func timeToMsDosTime(t time.Time) (fDate uint16, fTime uint16) {