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 b936548 commit 9dc2350Copy full SHA for 9dc2350
doc/go1.16.html
@@ -701,7 +701,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
701
<dl id="time/tzdata"><dt><a href="/pkg/time/tzdata/">time/tzdata</a></dt>
702
<dd>
703
<p><!-- CL 261877 -->
704
- TODO: <a href="https://golang.org/cl/261877">https://golang.org/cl/261877</a>: use slim tz data format
+ The slim timezone data format is now used for the time zone database in
705
+ <code>$GOROOT/lib/time/zoneinfo.zip</code> and the embedded copy in this
706
+ package. This reduces the size of the time zone database by about 350 KB.
707
</p>
708
</dd>
709
</dl><!-- time/tzdata -->
0 commit comments