]> Cypherpunks repositories - gostls13.git/commit
net/http: the Set-Cookie Expiration time zone should be GMT, not UTC
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Jun 2015 19:57:53 +0000 (12:57 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 4 Jun 2015 20:41:53 +0000 (20:41 +0000)
commitd751be9f98120cc9d54b986f1fb09249dc2e6f3a
tree1bdd0faa631a0af3945558301f4692aacfbdbf32
parentec745fc4cb7de5f1c15d9d7da7d10a26d7029d89
net/http: the Set-Cookie Expiration time zone should be GMT, not UTC

Per RFC 6265.

Change-Id: I2b6b145f5d057f96509332509d722602ed9e2bbd
Reviewed-on: https://go-review.googlesource.com/10711
Reviewed-by: Brett Slatkin <bslatkin@google.com>
Reviewed-by: Andrew Gerrand <adg@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/net/http/cookie.go
src/net/http/cookie_test.go