We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f403bb6 commit d2db225Copy full SHA for d2db225
src/routes/(console)/bottomAlerts.ts
@@ -88,5 +88,5 @@ export function isPromoLive(
88
const targetString = `${date}T${time}:00`;
89
const target = new Date(new Date(targetString).toLocaleString('en-US', { timeZone }));
90
91
- return isSameDay(now, target) && now > target;
+ return isSameDay(now, target) && now >= target;
92
}
0 commit comments