qyra opened a new issue #10050: URL: https://github.com/apache/incubator-superset/issues/10050
### Expected results Entering `2020-01-04T01:14:35-03:00` as a start time produces a different start time than entering `2020-01-04T01:14:35+00:00` or `2020-01-04T01:14:35+10:00` ### Actual results Then all produces the exact same query and ignore the timezone entirely. The time range tooltip indicates that it supports ISO 8601 formatted timezones, I tried a few variants but none of them actually work as expected. In all cases the query strips timezone information and ignores it. There are no warnings or errors. #### Screenshots From the time range widget  What superset actually queries by  ### Environment Superset 0.36.0 Python 3.6.9 Flask 1.1.2 Werkzeug 1.0.1 ### Checklist - [X] I have checked the superset logs for python stacktraces and included it here as text if there are any. - [X] I have reproduced the issue with at least the latest released version of superset. - [X] I have checked the issue tracker for the same issue and I haven't found one similar. ---------------------------------------------------------------- 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]
