]> Cypherpunks repositories - gostls13.git/commit
time: allow the input to have fractional seconds even if
authorRob Pike <r@golang.org>
Wed, 10 Aug 2011 13:24:45 +0000 (23:24 +1000)
committerRob Pike <r@golang.org>
Wed, 10 Aug 2011 13:24:45 +0000 (23:24 +1000)
commitc9cf04a9f6f52f6a887de8bb18349d0805272195
tree040c027d0b651ded3f579825479c6bb1fae390da
parent9c774c3f2665e2ad123e500bef1fdf0ba0072e83
time: allow the input to have fractional seconds even if
the format string does not specify its presence.

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