From cbaae77184ea6615b45c141960b7de51daae026a Mon Sep 17 00:00:00 2001
From: Alberto Donizetti
Date: Fri, 16 Jun 2017 14:40:34 +0200
Subject: [PATCH] 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
---
doc/go1.9.html | 7 +++++++
1 file changed, 7 insertions(+)
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
--
2.50.0