]> Cypherpunks repositories - gostls13.git/commit
don't worry about the number of spaces when parsing.
authorRob Pike <r@golang.org>
Wed, 13 Jan 2010 03:39:30 +0000 (14:39 +1100)
committerRob Pike <r@golang.org>
Wed, 13 Jan 2010 03:39:30 +0000 (14:39 +1100)
commit63d639295ccf5ebfdcf9ac0802b5b9fbf8502380
treefe4b168c9dbc642e018d086cd2744c8c415969b4
parentccbcefe2b63382eb7771de9054cb5eb774d8dac8
don't worry about the number of spaces when parsing.
allow an underscore to stand for a space or digit if the following number is >=10.

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