Rey - 2007-10-01

Howdy.
Need to convert the timestamp column to human readable format...

Initially thought timestamp column was just that and tried using date_format to output to mm-dd-yyyy but it returns null. Then realized it was a BigInt data type via heidisql and for which I have had no success researching how to convert.

Also reviewing the code as I thought it might give me an idea on how to convert the column was unable to find the code related to strtotime. Does anyone know in which file this is listed?

Thanks,

Rey