mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +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, 'Asia/Istanbul');
|