diff --git a/src/db/index.ts b/src/db/index.ts index 233cfac..eae546b 100644 --- a/src/db/index.ts +++ b/src/db/index.ts @@ -162,6 +162,7 @@ export async function getNowEvents() { return []; // Skip fetching now events during Docker build } const now = new Date(); + console.log("Offset:", now.getTimezoneOffset(), now.toISOString()); return db .select() .from(eventsTable)