]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: add time package changes to release notes
authorAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 18 Jul 2018 10:00:16 +0000 (12:00 +0200)
committerAlberto Donizetti <alb.donizetti@gmail.com>
Wed, 18 Jul 2018 10:05:16 +0000 (10:05 +0000)
Change-Id: I6f8d9cc8997128d0076a3a3e82fe5155d53db40d
Reviewed-on: https://go-review.googlesource.com/124659
Reviewed-by: Rob Pike <r@golang.org>
doc/go1.11.html

index 48b18c737ab4e6b1e5dd6c3e5d49f5bc2595271e..c337df5ff103f9cf99d558f3c6144d8ca2092c8f 100644 (file)
@@ -728,7 +728,10 @@ func f(v interface{}) {
 <dl id="time"><dt><a href="/pkg/time/">time</a></dt>
   <dd>
     <p><!-- CL 98157 -->
-      TODO: <a href="https://golang.org/cl/98157">https://golang.org/cl/98157</a>: 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 <code>+03</code>) were not considered valid, and only
+         three-letter abbreviations (such as <code>MST</code>) were accepted
+         when expecting a timezone name.
     </p>
-
 </dl><!-- time -->