time.Time.Location (method)

5 uses

	time (current package)
		time.go#L903: 	return Date(year+years, month+Month(months), day+days, hour, min, sec, int(t.nsec()), t.Location())
		time.go#L1106: func (t Time) Location() *Location {
		time.go#L1147: 	if t.Location() == UTC {

	github.com/jackc/pgtype
		timestamp.go#L161: 	if src.Time.Location() != time.UTC {
		timestamp.go#L188: 	if src.Time.Location() != time.UTC {