MCPcopy
hub / github.com/uber-go/zap / Now

Method Now

zapcore/clock.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40type systemClock struct{}
41
42func (systemClock) Now() time.Time {
43 return time.Now()
44}
45
46func (systemClock) NewTicker(duration time.Duration) *time.Ticker {
47 return time.NewTicker(duration)

Callers

nothing calls this directly

Calls 1

NowMethod · 0.65

Tested by

no test coverage detected