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:55:14 UTC

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

minh5 commented 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. 

----------------------------------------------------------------
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