>>> from datetime import datetime >>> datetime.fromtimestamp(1485714600).strftime("%A, %B %d, %Y %I:%M:%S") 'Sunday, January 29, 2017 08:30:00'