time.Time.In (method)

8 uses

	time (current package)
		time.go#L1097: func (t Time) In(loc *Location) Time {

	archive/zip
		reader.go#L417: 			f.Modified = modified.In(timeZone(msdosModified.Sub(modified)))

	github.com/go-git/go-git/v5/plumbing/object
		object.go#L135: 	s.When = time.Unix(ts, 0).In(time.UTC)
		object.go#L153: 	s.When = s.When.In(tz)

	github.com/lib/pq
		encode.go#L451: 		lt := t.In(currentLocation)

	golang.org/x/pkgsite/internal/frontend
		header.go#L106: 	return date.In(time.UTC).Format("Jan _2, 2006")

	golang.org/x/pkgsite/internal/testing/sample
		sample.go#L172: 	return time.Now().In(time.UTC).Truncate(time.Microsecond)

	golang.org/x/pkgsite/internal/worker
		server.go#L687: 	return t.In(locNewYork).Format("2006-01-02 15:04:05")