mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
More tests
This commit is contained in:
parent
1d559b9308
commit
ac31d22572
@ -1,7 +1,7 @@
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
2020-01-02 03:04:05 2020-01-02 00:00:00 3
|
||||
|
@ -1,7 +1,8 @@
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Kiritimati');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Africa/El_Aaiun');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Asia/Pyongyang');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Kwajalein');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Apia');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Enderbury');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Fakaofo');
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Kiritimati') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Africa/El_Aaiun') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Asia/Pyongyang') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Kwajalein') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Apia') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Enderbury') AS x, toStartOfDay(x), toHour(x);
|
||||
SELECT toDateTime('2020-01-02 03:04:05', 'Pacific/Fakaofo') AS x, toStartOfDay(x), toHour(x);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user