]> Cypherpunks repositories - gostls13.git/commit
time: match month and day names only when not followed immediately by a lower-case...
authorRob Pike <r@golang.org>
Mon, 5 Aug 2013 00:53:46 +0000 (10:53 +1000)
committerRob Pike <r@golang.org>
Mon, 5 Aug 2013 00:53:46 +0000 (10:53 +1000)
commitaf8426eebe6c1681f4a3e7a6619f9e3abe9704e8
treea7397ede6ec5f07f26913201e60d0ed327fb4695
parent49217cf5fd35e17b1e0b97a5eaad968402dc505d
time: match month and day names only when not followed immediately by a lower-case letter
Avoids seeing "Janet" as "Januaryet".

Fixes #6020.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/12448044
src/pkg/time/format.go
src/pkg/time/time_test.go