1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:10:21 -07:00

doc/go1.2.txt: add time zone offsets with seconds

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12174043
This commit is contained in:
Brad Fitzpatrick 2013-07-31 14:33:34 -07:00
parent bd65404eef
commit 727901410a

View 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).