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.