cloudflare / cloudflare/sqlalchemy-clickhouse

select toDateTime(now()) result is not correct

Open
#64 1 comment 0 reactions 0 assignees View on GitHub
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
![image](https://user-images.githubusercontent.com/26053753/91429811-5d36dd00-e891-11ea-82ab-41bae9ef148c.png)

However useing clickhouse client command line to execute the same query
the result is
18:16:75
and this result is correct
![image](https://user-images.githubusercontent.com/26053753/91430176-75a6f780-e891-11ea-9fed-da1fa86c7468.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.