feat: set opening date!

This commit is contained in:
2026-03-11 12:37:01 +01:00
parent 42156209d8
commit 0c8e827cda
5 changed files with 6 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ import { generateQrSecret } from "../lib/drinkkaart-utils";
import { drinkkaartRouter } from "./drinkkaart";
// Registration opens at this date — reminders fire 1 hour before
const REGISTRATION_OPENS_AT = new Date("2026-03-11T10:30:00+01:00");
const REGISTRATION_OPENS_AT = new Date("2026-03-16T19:00:00+01:00");
const REMINDER_WINDOW_START = new Date(
REGISTRATION_OPENS_AT.getTime() - 60 * 60 * 1000,
);