Change timezone in filter for reports

hi dear friends, we have go through this one Changing report timezone , this one corrected the time zone everywhere except when i need to get a report in the filter timezone, is still UTC and i need it to be like the other ones.
if someone had any ideas to help me I would appreciate it.

Hi @milad
Post "Diagnostic Info" from Admin > Troubleshooting.
Create a view on the database, where you convert your data to a different timezone.

Hi dear flamber thanks a lot for your reply,
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/102.0.0.0 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "Java(TM) SE Runtime Environment",
"java.runtime.version": "1.8.0_322-b07",
"java.vendor": "Oracle Corporation",
"java.vendor.url": "http://java.oracle.com/",
"java.version": "1.8.0_322",
"java.vm.name": "Java HotSpot(TM) 64-Bit Server VM",
"java.vm.version": "25.322-b07",
"os.name": "Linux",
"os.version": "4.15.0-185-generic",
"user.language": "en",
"user.timezone": "Asia"
},
"metabase-info": {
"databases": [
"mysql"
],
"hosting-env": "unknown",
"application-database": "mysql",
"application-database-details": {
"database": {
"name": "MariaDB",
"version": "10.3.10-MariaDB-1:10.3.10+maria~bionic-log"
},
"jdbc-driver": {
"name": "MariaDB Connector/J",
"version": "2.6.3"
}
},
"run-mode": "prod",
"version": {
"tag": "v0.41.6",
"date": "2022-01-10",
"branch": "release-x.41.x",
"hash": "296635f"
},
"settings": {
"report-timezone": "Asia"
}
}
}

@milad

  1. Upgrade to Java 11: https://www.metabase.com/docs/latest/operations-guide/java-versions.html
  2. Latest release of Metabase is 0.43.3: https://github.com/metabase/metabase/releases/latest
  3. I have absolutely no idea which timezone Asia is, but I doubt it is an official timezone.
  4. You are not using a Date variable, but just a Text variable, so because of that, then you need to do the timezone conversion.