import time timestamp = 1547281745 datetime = time.strftime('%A, %Y-%m-%d %H:%M:%S', time.localtime(timestamp)) print(datetime)