mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
4 lines
196 B
SQL
4 lines
196 B
SQL
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');
|