deatheyes opened a new issue #4657: Error datetime convert
URL: https://github.com/apache/incubator-superset/issues/4657
 
 
   this line results wrong date time:
   
https://github.com/apache/incubator-superset/blob/fc47729233e7ce44e225edbeb628f6a5f0376eda/superset/viz.py#L158
   
   the proper way is:
   pd.to_datetime(df[DTTM_ALIAS], utc=False, unit="s")  and df[DTTM_ALIAS] = 
pd.to_datatime(df[DTTM_ALIAS], utc=False, unit="ms")

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

Reply via email to