format('Y')) - 96); define('PD_STRING', 'January 1, ' . (PD_YEAR + 1)); define('DONATION_HOLIDAY_ALERT_ON', $now > new DateTimeImmutable('November 15, ' . $now->format('Y')) || $now < new DateTimeImmutable('January 7, ' . $now->add(new DateInterval('P1Y'))->format('Y'))); define('DONATION_ALERT_ON', DONATION_HOLIDAY_ALERT_ON || rand(1, 4) == 2); // Controls the progress bar donation dialog const DONATION_DRIVE_ON = true; const DONATION_DRIVE_START = 'May 20, 2024 00:00:00 America/New_York'; const DONATION_DRIVE_END = 'June 3, 2024 23:59:00 America/New_York'; // Controls the countdown donation dialog const DONATION_DRIVE_COUNTER_ON = false; const DONATION_DRIVE_COUNTER_START = 'May 2, 2022 00:00:00 America/New_York'; const DONATION_DRIVE_COUNTER_END = 'May 8, 2022 23:59:00 America/New_York';