time.Time.UTC (method)
19 uses
time (current package)
time.go#L1128: func (t Time) UTC() Time {
crypto/x509
x509.go#L1620: Validity: validity{template.NotBefore.UTC(), template.NotAfter.UTC()},
x509.go#L1725: rc.RevocationTime = rc.RevocationTime.UTC()
x509.go#L1733: ThisUpdate: now.UTC(),
x509.go#L1734: NextUpdate: expiry.UTC(),
x509.go#L2324: rc.RevocationTime = rc.RevocationTime.UTC()
x509.go#L2341: RevocationTime: rce.RevocationTime.UTC(),
x509.go#L2398: ThisUpdate: template.ThisUpdate.UTC(),
x509.go#L2399: NextUpdate: template.NextUpdate.UTC(),
github.com/gotd/td/internal/proto
message_id.go#L86: return time.Unix(intPart, fracPart).UTC()
github.com/gotd/td/tdp
tdp.go#L65: b.WriteString(time.Unix(i, 0).UTC().Format(time.RFC3339))
go.uber.org/zap
logger.go#L398: fmt.Fprintf(log.errorOutput, "%v Logger.check error: failed to get caller\n", ent.Time.UTC())
log
log.go#L120: t = t.UTC()
net/http
cookie.go#L153: c.Expires = exptime.UTC()
cookie.go#L215: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
fs.go#L547: w.Header().Set("Last-Modified", modtime.UTC().Format(TimeFormat))
h2_bundle.go#L6466: date = time.Now().UTC().Format(TimeFormat)
server.go#L950: t = t.UTC()
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |