]> Cypherpunks repositories - gostls13.git/commit
time: document that only Jan and January, Mon and Monday are recognized
authorRuss Cox <rsc@golang.org>
Wed, 2 Nov 2016 21:19:42 +0000 (17:19 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Nov 2016 16:04:14 +0000 (16:04 +0000)
commit3345802e8ac39e4ea6b2772ace15983f2c3be66b
tree39df0337addea860dbe3c17bf3d4f803008393fe
parent1c08c728dceeb63f6df915831bd0584be1517e00
time: document that only Jan and January, Mon and Monday are recognized

Not "J", not "JAN", not "jan", etc.

Fixes #17523.

Change-Id: I16b5da97e73d88c6680c36401d30f8a195061527
Reviewed-on: https://go-review.googlesource.com/32636
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/time/format.go