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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |