From: Tobias Klauser Date: Mon, 5 Jul 2021 08:35:53 +0000 (+0200) Subject: doc/go1.17: linkify time.UnixMilli and time.UnixMicro X-Git-Tag: go1.17rc1~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2ca44fe2213b53ccaf6f555c11858c6e36490624;p=gostls13.git doc/go1.17: linkify time.UnixMilli and time.UnixMicro Change-Id: I8503c4649fc42670f13d981f98af480467d6a3e8 Reviewed-on: https://go-review.googlesource.com/c/go/+/332829 Trust: Tobias Klauser Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.17.html b/doc/go1.17.html index 66b4f48b61..4fa30158bb 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -1132,10 +1132,13 @@ func Foo() bool {

The new Time.UnixMilli and - Time.UnixMicro methods return the number of milliseconds and - microseconds elapsed since January 1, 1970 UTC respectively.
- The new UnixMilli and UnixMicro functions return local Time corresponding to given - Unix time. + Time.UnixMicro + methods return the number of milliseconds and microseconds elapsed since + January 1, 1970 UTC respectively. +
+ The new UnixMilli and + UnixMicro functions + return the local Time corresponding to the given Unix time.