More tests

This commit is contained in:
Alexey Milovidov 2020-04-20 10:23:17 +03:00
parent 1d559b9308
commit ac31d22572
2 changed files with 15 additions and 14 deletions

View File

@ -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

View File

@ -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);