From: Alberto Donizetti Date: Wed, 18 Jul 2018 10:00:16 +0000 (+0200) Subject: doc/go1.11: add time package changes to release notes X-Git-Tag: go1.11beta2~56 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=07b81912d4f7e7faaa0e2367ae834b92f4867819;p=gostls13.git doc/go1.11: add time package changes to release notes Change-Id: I6f8d9cc8997128d0076a3a3e82fe5155d53db40d Reviewed-on: https://go-review.googlesource.com/124659 Reviewed-by: Rob Pike --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 48b18c737a..c337df5ff1 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -728,7 +728,10 @@ func f(v interface{}) {
time

- TODO: https://golang.org/cl/98157: add support for parsing timezones denoted by sign and offset + Parsing of timezones denoted by sign and offset is now + supported. In previous versions, numeric timezone names + (such as +03) were not considered valid, and only + three-letter abbreviations (such as MST) were accepted + when expecting a timezone name.

-