temp: log offsets in now
This commit is contained in:
parent
03fd4d89bf
commit
f1bcb761c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue