Il secondo argomento di date
è un timestamp UNIX, non una stringa timestamp del database.
Devi convertire il timestamp del database con strtotime .
<?= date("c", strtotime($post[3])) ?>
Il secondo argomento di date
è un timestamp UNIX, non una stringa timestamp del database.
Devi convertire il timestamp del database con strtotime .
<?= date("c", strtotime($post[3])) ?>