Skip to content

Commit 9e236d5

Browse files
committed
update
1 parent fe3d87a commit 9e236d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

binaries/cuprated/src/killswitch.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ fn killswitch() {
4444
/// sanity checking the system's clock to make
4545
/// sure it is not overly behind.
4646
///
47-
/// Wed Jul 2 11:46:40 PM UTC 2025
48-
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1751500000;
47+
/// Wed Jun 4 12:36:45 PM UTC 2025
48+
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1749040605;
4949

5050
let current_ts = current_unix_timestamp();
5151

0 commit comments

Comments
 (0)