From: Brad Fitzpatrick Date: Wed, 31 Jul 2013 21:33:34 +0000 (-0700) Subject: doc/go1.2.txt: add time zone offsets with seconds X-Git-Tag: go1.2rc2~858 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=727901410a9394b5c6d8f844321eb651cfa4abca;p=gostls13.git doc/go1.2.txt: add time zone offsets with seconds R=golang-dev, r CC=golang-dev https://golang.org/cl/12174043 --- diff --git a/doc/go1.2.txt b/doc/go1.2.txt index dd8aeb5022..df36a05da0 100644 --- a/doc/go1.2.txt +++ b/doc/go1.2.txt @@ -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).