Skip to content

Commit 07b8191

Browse files
committed
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 <[email protected]>
1 parent a371bc2 commit 07b8191

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/go1.11.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
728728
<dl id="time"><dt><a href="/pkg/time/">time</a></dt>
729729
<dd>
730730
<p><!-- CL 98157 -->
731-
TODO: <a href="https://golang.org/cl/98157">https://golang.org/cl/98157</a>: add support for parsing timezones denoted by sign and offset
731+
Parsing of timezones denoted by sign and offset is now
732+
supported. In previous versions, numeric timezone names
733+
(such as <code>+03</code>) were not considered valid, and only
734+
three-letter abbreviations (such as <code>MST</code>) were accepted
735+
when expecting a timezone name.
732736
</p>
733-
734737
</dl><!-- time -->

0 commit comments

Comments
 (0)