clickhouseSetting timezone for date/time columns
CREATE TABLE tbl1 (date DateTime('Europe/Lisbon'), col String) ENGINE = MergeTree ORDER BY date;ctrl + c| tbl1name of the table to create | DateTimeset  | 
| 'Europe/Lisbon'specify timezone to use for this column as second argument | |