Python t date de um registro de data e hora
from datetime import date
timestamp = date.fromtimestamp(1326244364)
print("Date =", timestamp)
SAMER SAEID
from datetime import date
timestamp = date.fromtimestamp(1326244364)
print("Date =", timestamp)