Add a test for #16924

This commit is contained in:
Alexey Milovidov 2021-03-22 23:12:01 +03:00
parent 8f87914bae
commit 855d36be45
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
1984-04-01 08:00:00
1985-03-31 09:00:00

View File

@ -0,0 +1,2 @@
SELECT addHours(toDateTime64('1984-03-31 23:00:00', 0, 'Asia/Novosibirsk'), 8);
SELECT addHours(toDateTime64('1985-03-31 00:00:00', 0, 'Asia/Novosibirsk'), 8);