Skip to content

Commit 5c62d9f

Browse files
committed
fixes
1 parent 75fe7a8 commit 5c62d9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/query_farm_server_base/duckdb_serialized_expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
def interpret_timestamp_with_time_zone(value: str) -> str:
1111
return (
12-
"'"
12+
"TIMESTAMPTZ '"
1313
+ datetime.fromtimestamp(int(value) / 1_000_000, tz=timezone.utc).strftime(
1414
"%Y-%m-%d %H:%M:%S.%f"
1515
)

0 commit comments

Comments
 (0)