ClickHouse/tests/queries/0_stateless/01769_extended_range_2.sql

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

4 lines
196 B
MySQL
Raw Normal View History

2021-03-22 20:07:15 +00:00
SELECT toDateTime64('1969-12-31 18:00:12', 0, 'America/Phoenix');
SELECT toDateTime64('1969-12-30 18:00:12', 0, 'America/Phoenix');
2022-03-11 23:45:26 +00:00
SELECT toDateTime64('1969-12-31 18:00:12', 0, 'Asia/Istanbul');