I inserted current_timestamp in a PostgreSQL database. I want to show the date and time in a PHP program but nothing I do shows the time.
I used - $date = date("m-d-Y h-i-s", strtotime($row['status_date']));
The date is OK, but the time always shows as 12-00-00.