From 07b81912d4f7e7faaa0e2367ae834b92f4867819 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 18 Jul 2018 12:00:16 +0200 Subject: [PATCH] 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 --- doc/go1.11.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.

-
-- 2.50.0