mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
Add a test for #16924
This commit is contained in:
parent
8f87914bae
commit
855d36be45
@ -0,0 +1,2 @@
|
||||
1984-04-01 08:00:00
|
||||
1985-03-31 09:00:00
|
2
tests/queries/0_stateless/01770_extended_range_3.sql
Normal file
2
tests/queries/0_stateless/01770_extended_range_3.sql
Normal 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);
|
Loading…
Reference in New Issue
Block a user