Skip to content

Commit

Permalink
+time
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardoFJ committed Feb 15, 2025
1 parent 64f79fc commit cce242d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/countdown/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export async function GET() {
const now = new Date();

// Create target time at 4 PM Monterrey time (16:00 + 6 hours)
const targetTime = new Date("2025-02-15T23:00:00Z");
const targetTime = new Date("2025-02-16T06:00:00Z");

// If current time is past 4 PM, set target to tomorrow 4 PM
if (now >= targetTime) {
Expand Down

0 comments on commit cce242d

Please sign in to comment.