File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -1132,10 +1132,13 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
11321132
11331133 < p > <!-- CL 293349 -->
11341134 The new < a href ="/pkg/time/#Time.UnixMilli "> < code > Time.UnixMilli</ code > </ a > and
1135- < a href ="/pkg/time/#Time.UnixMicro "> < code > Time.UnixMicro</ code > </ a > methods return the number of milliseconds and
1136- microseconds elapsed since January 1, 1970 UTC respectively.< br >
1137- The new < code > UnixMilli</ code > and < code > UnixMicro</ code > functions return local Time corresponding to given
1138- Unix time.
1135+ < a href ="/pkg/time/#Time.UnixMicro "> < code > Time.UnixMicro</ code > </ a >
1136+ methods return the number of milliseconds and microseconds elapsed since
1137+ January 1, 1970 UTC respectively.
1138+ < br />
1139+ The new < a href ="/pkg/time/#UnixMilli "> < code > UnixMilli</ code > </ a > and
1140+ < a href ="/pkg/time/#UnixMicro "> < code > UnixMicro</ code > </ a > functions
1141+ return the local < code > Time</ code > corresponding to the given Unix time.
11391142 </ p >
11401143
11411144 < p > <!-- CL 300996 -->
You can’t perform that action at this time.
0 commit comments