mirror of https://github.com/golang/go.git
doc: clarify zip behavior in go1.8.html
Updates #17929 Change-Id: I03b8847384c6cd8c43fe8bf2d75cd26db7063b8b Reviewed-on: https://go-review.googlesource.com/33762 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
This commit is contained in:
parent
85bcf7f59d
commit
583b72dea1
|
|
@ -627,11 +627,14 @@ Optimizations and bug fixes are not listed.
|
||||||
<dd>
|
<dd>
|
||||||
|
|
||||||
<p> <!-- CL 18274 -->
|
<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.
|
the NTFS, UNIX, and Extended Time Stamp metadata fields.
|
||||||
<!-- CL 30811 -->
|
<!-- CL 30811 -->
|
||||||
When writing zip files, the Extended Time Stamp field is written
|
The
|
||||||
for files with non-zero modification times.
|
<a href="/pkg/archive/zip/#Writer"><code>Writer</code></a>
|
||||||
|
now writes Extended Time Stamp fields.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue