time.Time.Truncate (method)
5 uses
time (current package)
time.go#L1463: func (t Time) Truncate(d Duration) Time {
github.com/robfig/cron/v3
spec.go#L153: t = t.Truncate(time.Minute)
spec.go#L165: t = t.Truncate(time.Second)
net/http
fs.go#L433: modtime = modtime.Truncate(time.Second)
fs.go#L484: modtime = modtime.Truncate(time.Second)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)