Skip to content

Commit c4b589d

Browse files
committed
add notes
1 parent f9bb1b3 commit c4b589d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/time/time.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
// On such a system, t.Sub(u) may not accurately reflect the actual
5656
// time that passed between t and u. The same applies to other functions and
5757
// methods that subtract times, such as [Since], [Until], [Before], [After],
58-
// [Add], [Sub], [Equal] and [Compare].
58+
// [Add], [Sub], [Equal] and [Compare]. In some cases, you may need to strip
59+
// the monotonic clock or use an external source of time outside the current
60+
// process to get more accurate results.
5961
//
6062
// Because the monotonic clock reading has no meaning outside
6163
// the current process, the serialized forms generated by t.GobEncode,

0 commit comments

Comments
 (0)