time.Time.Second (method)

3 uses

	time (current package)
		time.go#L891: func (t Time) Second() int {

	github.com/robfig/cron/v3
		spec.go#L162: 	for 1<<uint(t.Second())&s.Second == 0 {
		spec.go#L169: 		if t.Second() == 0 {