RevealBi / Reveal.Sdk

Issue tracker - Reveal SDK https://www.revealbi.io/
https://www.revealbi.io/
3 stars 0 forks source link

OData DateTime values should get automatically converted according to timezone currently used in the SDK. #224

Open AdamChlupacek opened 2 weeks ago

AdamChlupacek commented 2 weeks ago

Is your feature request related to a problem? Please describe.

When a field from OData is of DateTime value it is displayed in the UTC. This causes skew to the users when they are in different timezones.

Describe the solution you'd like

When a field from OData is of DateTime value automatically convert it according to the timezone that is used in SDK.

Describe alternatives you've considered

Using calculated column with following configuration:

applytimezone({date}, {timezone})

This approach is not optimal since this step can easily be forgotten by person who is creating the dashboard which results in skewed data being displayed.

Additional context

This issue was created as reaction to: https://discord.com/channels/1050800659911430254/1252165848999919707/1253343557205622944