Skip to content

Commit 9dc2350

Browse files
committed
doc/go1.16: add time/tzdata release note for CL 261877
For #40700 Change-Id: I056cef20a5f071977d0ae589c7a50d5f69af3283 Reviewed-on: https://go-review.googlesource.com/c/go/+/273166 Trust: Tobias Klauser <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent b936548 commit 9dc2350

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/go1.16.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,9 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
701701
<dl id="time/tzdata"><dt><a href="/pkg/time/tzdata/">time/tzdata</a></dt>
702702
<dd>
703703
<p><!-- CL 261877 -->
704-
TODO: <a href="https://golang.org/cl/261877">https://golang.org/cl/261877</a>: use slim tz data format
704+
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.
705707
</p>
706708
</dd>
707709
</dl><!-- time/tzdata -->

0 commit comments

Comments
 (0)