Timezone queries

I read this documentation about metabase timezone Understanding Timezones in Metabase · metabase/metabase Wiki · GitHub

What I understood that,

  1. Metabase uses report timezone set on admin settings rather than relying on browser timezone ?
  2. The report timezone is set for all users on the instance once set by admin. The users in different region will retrieve the data as per report timezone set?
  3. How can we set user specific timezone?
  4. The report timezone supports only postgresql , how the timezone display works for other databases?

I would recommend you look into this article which is more recent :

  1. Yes
  2. Yes
  3. Metabase doesn't handle multiple timezones well. In fact I will link the following feature requests:
  1. Not sure i understand this question but the reporting timezone will apply to any column that supports timezone
1 Like

Thanks Tony for response.
4th point was with repect to this doc which mentions "Doesn't support setting report timezone" for some databases.

That is an old doc build back in 2019 ... Use the online docs in the metabase site:

If a database is using date/time columns without any timezone information that's when this won't work. Example Mongo for instance, columns being Date or Timestamp without timezone

2 Likes

Okay got it, Thanks alot Tony :slight_smile: