Skip to content

Commit

Permalink
fix(tests): fix daylight savings time failures (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer authored and benjie committed Nov 10, 2016
1 parent fc698d3 commit 84cb922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/postgres/__tests__/fixtures/withPgClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function withPgClient (fn: (client: Client) => void | Promise<voi
throw client

await client.query('begin')
await client.query('set local timezone to \'US/Eastern\'')
await client.query('set local timezone to \'+04:00\'')

// Run our kichen sink schema Sql, if there is an error we should report it
try {
Expand Down

0 comments on commit 84cb922

Please sign in to comment.