Timezone of Dremio is set to UTC+0

Hi community,

Is it possible to set Dremio’s timezone to local timezone so that when we issue below commands we would get local date/time.
SELECT CURRENT_TIMESTAMP();
SELECT CURRENT_DATE;
SELECT CURRENT_TIME;

Right now above commands produce UTC+0 date/time for me.

Printing datetime on my linux system shows local date/time correctly.

Thank you.

@borasy To print above functions and data returned from say a PARQUET dataset to a specific timezone, kindly use the below function

https://docs.dremio.com/software/sql-reference/sql-functions/functions/CONVERT_TIMEZONE/?parent=date-time