log/slog.Record.Time (field)

4 uses

	log/slog (current package)
		handler.go#L276: 	if !r.Time.IsZero() {
		handler.go#L278: 		val := r.Time.Round(0) // strip monotonic to match Attr behavior
		record.go#L22: 	Time time.Time
		record.go#L60: 		Time:    t,