]> Cypherpunks repositories - gostls13.git/commit
time: accept numbers larger than 2^32 in ParseDuration.
authorDavid Symonds <dsymonds@golang.org>
Sun, 14 Oct 2012 20:50:13 +0000 (07:50 +1100)
committerDavid Symonds <dsymonds@golang.org>
Sun, 14 Oct 2012 20:50:13 +0000 (07:50 +1100)
commitf2045aadd9bd09b1d1371ee9bc2817f50d7587fd
tree9b94316ef7f8445d38b06a3ad3fda1c4e9d50d1f
parent240834374a3543a0e4e0071e1300cf884601ae35
time: accept numbers larger than 2^32 in ParseDuration.

Fixes #3374.

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