Python t fecha de una marca de tiempo

from datetime import date

timestamp = date.fromtimestamp(1326244364)
print("Date =", timestamp)
SAMER SAEID