My presto java timezone is set to UTC and I fill the env JAVA_TIMEZONE on metabase with UTC too.
My reporting metabase timezone was set to database timezone and I tried put UTC too but nothing changed.
I run the following command:
select current_timestamp AT TIME ZONE 'America/Sao_Paulo'
but is the same result as
select current_timestamp
Hi @rubenssoto
Like I already mentioned, please check your database query log, so you can see the difference between Metabase and DBeaver - all the way from the session start until the actual query.