We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d32ba3 commit b0412d5Copy full SHA for b0412d5
library/std/src/time.rs
@@ -58,6 +58,8 @@ pub use core::time::TryFromFloatSecsError;
58
/// some seconds may be longer than others). An instant may jump forwards or
59
/// experience time dilation (slow down or speed up), but it will never go
60
/// backwards.
61
+/// As part of this non-guarantee it is also not specified whether system suspends count as
62
+/// elapsed time or not. The behavior varies across platforms and rust versions.
63
///
64
/// Instants are opaque types that can only be compared to one another. There is
65
/// no method to get "the number of seconds" from an instant. Instead, it only
0 commit comments