mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a test for #16222
This commit is contained in:
parent
43c36462f0
commit
8f87914bae
@ -0,0 +1,3 @@
|
||||
1969-12-31 18:00:12
|
||||
1969-12-30 18:00:12
|
||||
1969-12-31 18:00:12
|
3
tests/queries/0_stateless/01769_extended_range_2.sql
Normal file
3
tests/queries/0_stateless/01769_extended_range_2.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SELECT toDateTime64('1969-12-31 18:00:12', 0, 'America/Phoenix');
|
||||
SELECT toDateTime64('1969-12-30 18:00:12', 0, 'America/Phoenix');
|
||||
SELECT toDateTime64('1969-12-31 18:00:12', 0, 'Europe/Moscow');
|
Loading…
Reference in New Issue
Block a user