Commit 583b72de authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

doc: clarify zip behavior in go1.8.html

Updates #17929

Change-Id: I03b8847384c6cd8c43fe8bf2d75cd26db7063b8b
Reviewed-on: https://go-review.googlesource.com/33762Reviewed-by: 's avatarJoe Tsai <thebrokentoaster@gmail.com>
parent 85bcf7f5
......@@ -627,11 +627,14 @@ Optimizations and bug fixes are not listed.
<dd>
<p> <!-- CL 18274 -->
The zip <code>Reader</code> now supports modification times in
The
<a href="/pkg/archive/zip/#Reader"><code>Reader</code></a>
now supports modification times in
the NTFS, UNIX, and Extended Time Stamp metadata fields.
<!-- CL 30811 -->
When writing zip files, the Extended Time Stamp field is written
for files with non-zero modification times.
The
<a href="/pkg/archive/zip/#Writer"><code>Writer</code></a>
now writes Extended Time Stamp fields.
</p>
</dd>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment