temp: log offsets in now

This commit is contained in:
Matej Stieranka 2025-07-01 13:22:57 +02:00
parent 03fd4d89bf
commit f1bcb761c0

View file

@ -162,6 +162,7 @@ export async function getNowEvents() {
return []; // Skip fetching now events during Docker build return []; // Skip fetching now events during Docker build
} }
const now = new Date(); const now = new Date();
console.log("Offset:", now.getTimezoneOffset(), now.toISOString());
return db return db
.select() .select()
.from(eventsTable) .from(eventsTable)