We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fe7a8 commit 5c62d9fCopy full SHA for 5c62d9f
1 file changed
src/query_farm_server_base/duckdb_serialized_expression.py
@@ -9,7 +9,7 @@
9
10
def interpret_timestamp_with_time_zone(value: str) -> str:
11
return (
12
- "'"
+ "TIMESTAMPTZ '"
13
+ datetime.fromtimestamp(int(value) / 1_000_000, tz=timezone.utc).strftime(
14
"%Y-%m-%d %H:%M:%S.%f"
15
)
0 commit comments