]> Cypherpunks repositories - gostls13.git/commit
time: fixed handling of "5" in Format's layout string
authorMarvin Stenger <marvin.stenger94@gmail.com>
Wed, 2 Sep 2015 22:39:53 +0000 (00:39 +0200)
committerRob Pike <r@golang.org>
Wed, 9 Sep 2015 18:41:34 +0000 (18:41 +0000)
commitc12e38aa043ba95fa4dc212f7755e5e03b316238
treefc1d84ad2361e1b0d4dc7eaac8120f491f1dae30
parent1fbff651331ca03d33200658373629f66bfc8d71
time: fixed handling of "5" in Format's layout string

Fixes #12440

Change-Id: Iead77fe34d986cfd5c16bac671fe13c8d012a754
Reviewed-on: https://go-review.googlesource.com/14178
Reviewed-by: Rob Pike <r@golang.org>
src/time/format.go
src/time/format_test.go