You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/07/09 20:56:19 UTC

[GitHub] minh5 edited a comment on issue #4931: date/datetime/timestamp using unix timestamp in Table-viz

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org