mirror of
https://github.com/golang/go
synced 2024-11-23 00:20:12 -07:00
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 <bradfitz@golang.org>
This commit is contained in:
parent
10d855198c
commit
cbaae77184
@ -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.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If a <code>Time</code> value has a monotonic clock reading, its
|
||||
string representation (as returned by <code>String</code>) now includes a
|
||||
final field <code>"m=±value"</code>, where <code>value</code> is the
|
||||
monotonic clock reading formatted as a decimal number of seconds.
|
||||
</p>
|
||||
|
||||
<p><!-- CL 44832 -->
|
||||
The included <code>tzdata</code> timezone database has been
|
||||
updated to version 2017b. As always, it is only used if the
|
||||
|
Loading…
Reference in New Issue
Block a user