We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff72bc6 commit eb93e11Copy full SHA for eb93e11
openhcl/underhill_core/src/emuplat/local_clock.rs
@@ -13,7 +13,7 @@ use vmcore::save_restore::SaveRestore;
13
14
const NANOS_IN_SECOND: i64 = 1_000_000_000;
15
const NANOS_100_IN_SECOND: i64 = NANOS_IN_SECOND / 100;
16
-const MILLIS_IN_TWO_DAYS: i64 = 100 * 60 * 60 * 24 * 2;
+const MILLIS_IN_TWO_DAYS: i64 = 1000 * 60 * 60 * 24 * 2;
17
18
/// Implementation of [`LocalClock`], backed a real time source on the host.
19
///
0 commit comments