We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a371bc2 commit 07b8191Copy full SHA for 07b8191
doc/go1.11.html
@@ -728,7 +728,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
728
<dl id="time"><dt><a href="/pkg/time/">time</a></dt>
729
<dd>
730
<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
+ 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.
736
</p>
-
737
</dl><!-- time -->
0 commit comments