I am trying to convert a unix timestamp into readable text. The timestamp is stored in a database and shown in a table. The problem is the results are not accurate.
Code:
<td>'.date("F j, Y, g:i a", strtotime($row['expire'])).'</td>
database:
Result:
