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