dbeaver / cloudbeaver

Cloud Database Manager

Home Page:https://dbeaver.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set timezone in helm chart for cloudbeaver

Tartampion opened this issue · comments

Hi,
How can set the cloudbeaver timezone in helm chart ?
I tried several things like env TZ, time_zone, JAVA_OPTS "-Duser.timezone=America/New_York" ...
@@session.time_zone is still UTC

Any idea on how to set the timezone in cloudbeaver helm chart ?

Thx

Hi @Tartampion
Where exactly do you look to see the time zone?

Hi,
The db is configured in UTC and must remain that way for applications that access it.
For example, in cloudbeaver the creation_date column is displayed in UTC and we want it to be in CEST. It could be a problem when we're modifying date manually in the db.
We did it in phpmyadmin but we can't find how to do it in cloudbeaver.
Cloudbeaver is deployed with helm chart on several namespaces, this configuration must be in a template or values.yaml.

Thanks for your help

For now time can be shown in UTC only. And you can't set timezone with variable.
We will add timezone selector to UI preferences.
Thank you for bringing this to our attention!