minh5 edited a comment on issue #4931: date/datetime/timestamp using unix timestamp in Table-viz URL: https://github.com/apache/incubator-superset/issues/4931#issuecomment-403617322 This is occuring when running `json.dumps`, the datetime object is converted into their UNIX timestamp. In `core.py` line 1163, the payload has the correct datetime object but when it is converted into JSON to be passed as a Response object, the datetime conversion occurred. Not sure the best approach it. Do we specify the time format the datetime should be converted to or do we do some extra parsing on the visualization side?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
