Incubator-superset: Support for Timezones

Created on 30 Jun 2016  路  2Comments  路  Source: apache/incubator-superset

Hi,

We are trying to use Caravel in production against a Druid Datastore that ingests real-time data. One issue we noticed is that all the times are in UTC.

It is possible to configure a time-zone per user so that the data is converted to the local timezone when viewing the graph?

We could allocate work to contribute the feature, but I'd like to discuss the best way to implement the feature.

L.

request inactive

Most helpful comment

I've recently had to do ETL using druid with a specific time zone, druid already handles time zones in the query schema so it's likely fairly easy to add.
We need :

  • An optional time zone field in the time area of slice exploration
  • Add the corresponding timezone key in the granularity spec
  • Optionally add that to the interval as well to automatically translate dates

All 2 comments

I've recently had to do ETL using druid with a specific time zone, druid already handles time zones in the query schema so it's likely fairly easy to add.
We need :

  • An optional time zone field in the time area of slice exploration
  • Add the corresponding timezone key in the granularity spec
  • Optionally add that to the interval as well to automatically translate dates

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

Was this page helpful?
0 / 5 - 0 ratings