We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee668e commit 2ce6a3fCopy full SHA for 2ce6a3f
packages/shared-tests/src/tests/timezone.ts
@@ -57,7 +57,7 @@ export function runTests<TDatabase = unknown>(ctx: SharedTestContext<TDatabase>)
57
// Set database timezone to something other than UTC
58
// await db.execute(sql`SET timezone = 'America/New_York'`)
59
60
- await internalDbClient`SET timezone = 'America/New_York`
+ await internalDbClient`SET timezone = 'America/New_York'`
61
62
const testDate = new Date("2025-01-15T12:00:00.000Z") // Explicit UTC time
63
0 commit comments