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

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');
SELECT toDateTime64('1969-12-31 18:00:12', 0, 'Europe/Moscow');