Skip to content

Commit 159016f

Browse files
hinto-janaiBoog900
andauthored
cuprated: update killswitch timestamp for v0.0.2 (#403)
* update * Update binaries/cuprated/src/killswitch.rs Co-authored-by: Boog900 <boog900@tutanota.com> --------- Co-authored-by: Boog900 <boog900@tutanota.com>
1 parent 51b56b0 commit 159016f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

binaries/cuprated/src/killswitch.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ const _: () = {
3232

3333
/// The killswitch activates if the current timestamp is ahead of this timestamp.
3434
///
35-
/// Wed Apr 16 12:00:00 AM UTC 2025
36-
pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1744761600;
35+
/// Wed May 14 12:00:00 AM UTC 2025
36+
pub const KILLSWITCH_ACTIVATION_TIMESTAMP: u64 = 1747180800;
3737

3838
/// Check if the system clock is past a certain timestamp,
3939
/// if so, exit the entire program.
@@ -44,8 +44,8 @@ fn killswitch() {
4444
/// sanity checking the system's clock to make
4545
/// sure it is not overly behind.
4646
///
47-
/// Tue Mar 11 08:33:20 PM UTC 2025
48-
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1741725200;
47+
/// Tue April 8 12:00:00 AM UTC 2025
48+
const SYSTEM_CLOCK_SANITY_TIMESTAMP: u64 = 1744070400;
4949

5050
let current_ts = current_unix_timestamp();
5151

0 commit comments

Comments
 (0)