From 015f434b8d1fd910bad10284d76da6027f4de52d Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 14:02:24 +0000 Subject: [PATCH] Extend Kilo Pass 2-month promo cutoff from Feb 21 to Feb 28 2026 --- src/lib/kilo-pass/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/kilo-pass/constants.ts b/src/lib/kilo-pass/constants.ts index 243c5f2db..be95fd847 100644 --- a/src/lib/kilo-pass/constants.ts +++ b/src/lib/kilo-pass/constants.ts @@ -13,7 +13,7 @@ export const KILO_PASS_FIRST_MONTH_PROMO_BONUS_PERCENT = 0.5; // TODO: Remove KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_* constants and related logic after 2026-05-01 (cutoff + grace period). // First-time subscribers receive a 50% bonus for the first 2 months if they started // strictly before this cutoff. -export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-02-21T07:59:59Z').utc(); +export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_CUTOFF = dayjs('2026-02-28T07:59:59Z').utc(); export const KILO_PASS_MONTHLY_FIRST_2_MONTHS_PROMO_BONUS_PERCENT = 0.5;