From: Alberto Donizetti
Date: Fri, 16 Jun 2017 12:40:34 +0000 (+0200)
Subject: doc: note that Time.String changed in go1.9
X-Git-Tag: go1.9beta2~60
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=cbaae77184ea6615b45c141960b7de51daae026a;p=gostls13.git
doc: note that Time.String changed in go1.9
Fixes #20702
Change-Id: Id90f08c33e3ccc37794b47fcd27f6c3f2f41c634
Reviewed-on: https://go-review.googlesource.com/46011
Reviewed-by: Brad Fitzpatrick
---
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 04625e779e..3e7f1477c9 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -805,6 +805,13 @@ CL 40331: https://golang.org/cl/40331: cmd/link,runtime/cgo: enable PT_TLS gener
Retrieving the time and sleeping now work correctly under Wine.
+
+ If a Time
value has a monotonic clock reading, its
+ string representation (as returned by String
) now includes a
+ final field "m=±value"
, where value
is the
+ monotonic clock reading formatted as a decimal number of seconds.
+
+
The included tzdata
timezone database has been
updated to version 2017b. As always, it is only used if the