File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ const _: () = {
32
32
33
33
/// The killswitch activates if the current timestamp is ahead of this timestamp.
34
34
///
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 ;
37
37
38
38
/// Check if the system clock is past a certain timestamp,
39
39
/// if so, exit the entire program.
@@ -44,8 +44,8 @@ fn killswitch() {
44
44
/// sanity checking the system's clock to make
45
45
/// sure it is not overly behind.
46
46
///
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 ;
49
49
50
50
let current_ts = current_unix_timestamp ( ) ;
51
51
You can’t perform that action at this time.
0 commit comments