python the best way to convert float value to datetime.datetime code example
Example: convert float in datetime python
from datetime import datetime
datetime.fromtimestamp(*your_timestamp_here*)#.strftime('%Y-%m-%d') to convert to a formated string