Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
40
type
systemClock
struct
{}
41
42
func
(systemClock) Now() time.Time {
43
return
time.Now()
44
}
45
46
func
(systemClock) NewTicker(duration time.Duration) *time.Ticker {
47
return
time.NewTicker(duration)
Callers
nothing calls this directly
Calls
1
Now
Method · 0.65
Tested by
no test coverage detected