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")
![]() |
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. |