From 583b72dea1a887e235b9bb7e6db6902b89c1d266 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 1 Dec 2016 03:14:58 +0000 Subject: [PATCH] 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 --- doc/go1.8.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/go1.8.html b/doc/go1.8.html index 471a9b967d..0c980b5434 100644 --- a/doc/go1.8.html +++ b/doc/go1.8.html @@ -627,11 +627,14 @@ Optimizations and bug fixes are not listed.

- The zip Reader now supports modification times in + The + Reader + now supports modification times in the NTFS, UNIX, and Extended Time Stamp metadata fields. - When writing zip files, the Extended Time Stamp field is written - for files with non-zero modification times. + The + Writer + now writes Extended Time Stamp fields.

-- 2.50.0