mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Try to fix time zone difference
This commit is contained in:
parent
ab0174f3e8
commit
f8bb9ce787
@ -1,25 +0,0 @@
|
||||
-- { echoOn }
|
||||
select toDate(1666249120::Float);
|
||||
2022-10-20
|
||||
select toDate(1666249120::Double);
|
||||
2022-10-20
|
||||
select toDate(1666249120::UInt32);
|
||||
2022-10-20
|
||||
select toDate32(1666249120::Float);
|
||||
2022-10-20
|
||||
select toDate32(1666249120::Double);
|
||||
2022-10-20
|
||||
select toDate32(1666249120::UInt32);
|
||||
2022-10-20
|
||||
select toDateTime(1666249120::Float);
|
||||
2022-10-20 06:58:08
|
||||
select toDateTime(1666249120::Double);
|
||||
2022-10-20 06:58:40
|
||||
select toDateTime(1666249120::UInt32);
|
||||
2022-10-20 06:58:40
|
||||
select toDateTime64(1666249120::Float, 3);
|
||||
2022-10-20 06:58:49.984
|
||||
select toDateTime64(1666249120::Double, 3);
|
||||
2022-10-20 06:58:40.000
|
||||
select toDateTime64(1666249120::UInt32, 3);
|
||||
2022-10-20 06:58:40.000
|
@ -1,17 +0,0 @@
|
||||
-- { echoOn }
|
||||
select toDate(1666249120::Float);
|
||||
select toDate(1666249120::Double);
|
||||
select toDate(1666249120::UInt32);
|
||||
|
||||
select toDate32(1666249120::Float);
|
||||
select toDate32(1666249120::Double);
|
||||
select toDate32(1666249120::UInt32);
|
||||
|
||||
select toDateTime(1666249120::Float);
|
||||
select toDateTime(1666249120::Double);
|
||||
select toDateTime(1666249120::UInt32);
|
||||
|
||||
select toDateTime64(1666249120::Float, 3);
|
||||
select toDateTime64(1666249120::Double, 3);
|
||||
select toDateTime64(1666249120::UInt32, 3);
|
||||
-- { echoOff }
|
Loading…
Reference in New Issue
Block a user