Grouping by Hour of the Day changes my timezone to UTC

I have set my timezone to IST and its properly reflected on all the date columns in all my database, when I filter using hour, day, week, etc. its showing me correct results but when I use 'hour of the day ', its showing me the data according to UTC timezone instead of IST. Is this a common issue? What can I do to fix this?

Hi @jai0virus
Post "Diagnostic Info" from Admin > Troubleshooting, and which database type you're using.

Thanks for the the reply, here's my Diagnostic info:

{
"browser-info": {
"language": "en-US",
"platform": "Win32",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "5.10.109+",
"user.language": "en",
"user.timezone": "Asia/Kolkata"
},
"metabase-info": {
"databases": [
"bigquery-cloud-sdk"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "14.4"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-06-27",
"tag": "v0.43.4",
"branch": "release-x.43.x",
"hash": "61cc28e"
},
"settings": {
"report-timezone": "Asia/Kolkata"
}
}
}

Using NoSQL type database

@jai0virus I have no idea what "NoSQL type" means, but I can see you are using BigQuery, which behaves different from other databases:
https://www.metabase.com/docs/latest/databases/connections/bigquery#advanced-settings
There's work being done to support Report Timezone for BigQuery https://github.com/metabase/metabase/pull/25451
Latest release is 0.44.4