How to configure different timezone for users from different regions

I have embedded our questions in our SaaS product. There are users from different regions where they need the report in their local timezone. I will be setting UTC in Database, Metabase server, and Metabase Localisation setting. Is there any way to set up separate timezones in Question level or collection level? I am able to convert all the time fields from the database by doing a manual conversion in the report query, but when I am using field filters it is getting UTC time only. Can anyone help me to achieve this?

Source Database - Redshift

PFB diagnose info,

{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.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.4.196-108.356.amzn2.x86_64",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"postgres",
"mysql",
"googleanalytics",
"mongo",
"redshift"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "11.12"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-06-13",
"tag": "v0.43.3",
"branch": "release-x.43.x",
"hash": "c9c7ef0"
},
"settings": {
"report-timezone": "Asia/Kolkata"
}
}
}

Hi @safvanplp
It sounds like you are hitting this issue:
https://github.com/metabase/metabase/issues/19910 - upvote by clicking :+1: on the first post
You cannot set timezone on levels beside system level currently. Sounds like you are looking for these:
https://github.com/metabase/metabase/issues/4284
https://github.com/metabase/metabase/issues/14056
https://github.com/metabase/metabase/issues/19274