Skip to content

Commit

Permalink
sets UTC timezeon
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolytics committed Dec 21, 2024
1 parent e6e2c52 commit fe8c7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/window/test_tumbling.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_no_closed_results(self):

def test_closed_results_found(self):
conn = duckdb.connect()
conn.execute("SET timezone = 'UTC'")

conn.sql('''
CREATE TABLE test_table (
Expand Down

0 comments on commit fe8c7a4

Please sign in to comment.