ClickHouse/tests/queries/0_stateless/01821_to_date_time_ubsan.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
124 B
MySQL
Raw Normal View History

2022-03-11 23:45:26 +00:00
SELECT toDateTime('9223372036854775806', 7, 'Asia/Istanbul');
SELECT toDateTime('9223372036854775806', 8, 'Asia/Istanbul');