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 _: () = {
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
You can’t perform that action at this time.
0 commit comments