cloudflare / cloudflare/sqlalchemy-clickhouse
select toDateTime(now()) result is not correct
Open
- Dominant language
- Python
- Stars
- 325
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
By using the sql_alchemy-clickhouse to connect the clickhouse server execute
query select toDateTime(now());
the result is not correct :
result is
10:15:49

However useing clickhouse client command line to execute the same query
the result is
18:16:75
and this result is correct

Contributor guide
Assessment
This issue has not been assessed yet.