Skip to content

Commit 437ce4c

Browse files
authored
chore(trino): edit expression for timestamptz (#782)
1 parent 65bef2a commit 437ce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis-server/tests/routers/v2/connector/test_trino.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"name": "timestamptz",
49-
"expression": "with_timezone(TIMESTAMP '2024-01-01 23:59:59', 'UTC')",
49+
"expression": "TIMESTAMP '2024-01-01 23:59:59 UTC'",
5050
"type": "timestamp",
5151
},
5252
{

0 commit comments

Comments
 (0)