time.Time.AppendFormat (method)
9 uses
time (current package)
format.go#L649: b = t.AppendFormat(b, layout)
format.go#L655: func (t Time) AppendFormat(b []byte, layout string) []byte {
go.pact.im/x/zapjournal
encoder.go#L204: e.buf = value.AppendFormat(e.buf, time.RFC3339Nano)
json.go#L179: e.setBuf(v.AppendFormat(e.buf(), time.RFC3339Nano))
go.uber.org/zap/buffer
buffer.go#L62: b.bs = t.AppendFormat(b.bs, layout)
log/slog
handler.go#L630: b = t.AppendFormat(b, time.RFC3339Nano)
json_handler.go#L100: *s.buf = t.AppendFormat(*s.buf, time.RFC3339Nano)
net/http
cookie.go#L297: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
server.go#L1501: setHeader.date = time.Now().UTC().AppendFormat(cw.res.dateBuf[:0], TimeFormat)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)