time.Time.String (method, view implemented interface methods)

4 uses

	time (current package)
		format.go#L546: func (t Time) String() string {

	context
		context.go#L675: 		c.deadline.String() + " [" +

	log/slog
		value.go#L473: 		return append(dst, v.time().String()...)

	runtime/pprof
		pe.go#L18: 	return file + s.ModTime().String()