]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.txt: add time zone offsets with seconds
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 31 Jul 2013 21:33:34 +0000 (14:33 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 31 Jul 2013 21:33:34 +0000 (14:33 -0700)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12174043

doc/go1.2.txt

index dd8aeb50229fef8f11995bc7433a68caf25c5308..df36a05da0a01a416111a8b875ad8e614ef4d474 100644 (file)
@@ -29,4 +29,5 @@ net: new build tag netgo for building a pure Go net package (CL 7100050).
 sort: new Stable function provides stable sort (CL 9612044).
 syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043).
 testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
+time: Allow Parse and Format to handle time zone offsets with seconds (CL 8132044)
 unicode: add In, a nicer-to-use but equivalent version of IsOneOf (CL 11672044).