doc/go1.17.html | 11 +++++++---- diff --git a/doc/go1.17.html b/doc/go1.17.html index 66b4f48b61ea731451979f35b2fc9390f76760db..4fa30158bb2d49f543cb80e37301917d1272b2bd 100644 --- a/doc/go1.17.html +++ b/doc/go1.17.html @@ -1132,10 +1132,13 @@

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.