]> Cypherpunks repositories - gostls13.git/commit
clean up handling of numeric time zones
authorRob Pike <r@golang.org>
Thu, 14 Jan 2010 00:57:38 +0000 (11:57 +1100)
committerRob Pike <r@golang.org>
Thu, 14 Jan 2010 00:57:38 +0000 (11:57 +1100)
commitd9283b27a2546bfb62c64c2ae15a1d480ff28eac
tree14d8978149bf53dc46d2dbc9ebc9613e42ffc298
parente8afb6d87f76668ce4b4b560d89e4ecc2b7d974f
clean up handling of numeric time zones
allow formatting of ruby-style times.

Fixes #518.

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