Python t date d'un horodatage

from datetime import date

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