Hi team, is this a bug? Datasource is Trino, time...
# ask-questions
f
Hi team, is this a bug? Datasource is Trino, timezone is Asia/Shanghai, the trino output is UTC+8 while the frontend cannot parse them correctly.
from_unixtime(completetime / 1000.0) AT TIME ZONE 'Asia/Shanghai' AS timestamp
All datetime use current UTC time as fallback, which is wrong. I have to use timezone 'UTC' to avoid this error.
Anyone can help?