-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable the :set-timezone
driver feature; allow to change the reporting timezone in the Localization settings
#253
Conversation
:set-timezone
, :convert-timezone
)
:set-timezone
, :convert-timezone
):set-timezone
feature in the driver
Excluded Created a new issue: #254 |
…/metabase-clickhouse-driver into enable-timezones-support
:set-timezone
feature in the driver:set-timezone
driver feature; allow to change the reporting timezone in the Localization settings
Hi All, I also wanted to ask about the timeline for implementing this feature in Metabase Cloud. Could you please provide any insights or updates on when we can expect it to be available there? |
That functionality will be available on Metabase version 50 ... Metabase Cloud is still running 1.49 ... The Cloud would be updated in the coming weeks. You should get a notification when that happens |
Summary
This PR enables the
:set-timezone
Metabase feature so that it is now possible to change the reporting timezone in Admin -> Localization settings.Resolves #200.
Excluded
:convert-timezone
from the scope of this PR, as:set-timezone
seems to be of a higher priority, and proper:convert-timezone
implementation requires additional investigation, as some tests still indicate that the implementation (currently, commented out) is not entirely correct.:convert-timezone
issue for tracking: #254Checklist