Add a test for #8654

This commit is contained in:
Alexey Milovidov 2021-02-15 04:57:34 +03:00
parent 71acb2ffda
commit c5b96a522e
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
2021-02-14 23:59:59
10

View File

@ -0,0 +1,2 @@
SELECT subtractSeconds(toDate('2021-02-15'), 1);
SELECT subtractSeconds(today(), 1) - subtractSeconds(today(), 11);