]> Cypherpunks repositories - gostls13.git/commit
time: remove incorrect time.ISO8601 and add time.RFC3339
authorMicah Stetson <micah.stetson@gmail.com>
Tue, 27 Apr 2010 07:05:24 +0000 (00:05 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 27 Apr 2010 07:05:24 +0000 (00:05 -0700)
commit6c124cb879cb7b6613d0d8bcec316e271ded3ee5
tree63d384618cd56b0808d4dd7003560bda7e9f12b8
parenta83c5f5cad02d959904258ed099a1bf5c57e70c3
time: remove incorrect time.ISO8601 and add time.RFC3339

Fixes #734.

R=rsc, r
CC=golang-dev
https://golang.org/cl/975042
src/pkg/time/format.go
src/pkg/time/time_test.go