const time.RFC1123
2 uses
time (current package)
format.go#L99: RFC1123 = "Mon, 02 Jan 2006 15:04:05 MST"
net/http
cookie.go#L144: exptime, err := time.Parse(time.RFC1123, val)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)