gogitub commented on pull request #7131: URL: https://github.com/apache/incubator-superset/pull/7131#issuecomment-754142234
Hi, Need help on similar requirement. We have many timestamp with time zone fields in Oracle database which is the source for our Superset (0.36 version) reports. And we need to show the data in EST or PST or some other time zones based on customer need. Ex: Data in Oracle database table is like '2021-01-04 21:48:56.66 +05:30' If we want to display in EST, report should show it like : 2021-01-04T11:18:56.660000 If we want to display in PST, report should show it like : 2021-01-04T08:18:56.660000 So, is there any configuration parameter that we can modify to display the data in desired time zone (like EST/PST or some other)? Please advise. Thanks in advance. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
