Tanggal Python dari cap waktu

from datetime import date

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