Python t Datum aus einem Zeitstempel
from datetime import date
timestamp = date.fromtimestamp(1326244364)
print("Date =", timestamp)
SAMER SAEID
from datetime import date
timestamp = date.fromtimestamp(1326244364)
print("Date =", timestamp)