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 fe3d87a commit 9e236d5Copy full SHA for 9e236d5
binaries/cuprated/src/killswitch.rs
@@ -44,8 +44,8 @@ fn killswitch() {
44
/// sanity checking the system's clock to make
45
/// sure it is not overly behind.
46
///
47
- /// Wed Jul 2 11:46:40 PM UTC 2025
48
- const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1751500000;
+ /// Wed Jun 4 12:36:45 PM UTC 2025
+ const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1749040605;
49
50
let current_ts = current_unix_timestamp();
51
0 commit comments