Skip to content

Commit

Permalink
20 min pls
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-gg committed Feb 15, 2025
1 parent 39df7a0 commit fad22a7
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-15T22:00:00Z");
const targetTime = new Date("2025-02-15T22:20:00Z");

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

0 comments on commit fad22a7

Please sign in to comment.