how to convert a UNIX timestamp in seconds to human readable time, in javascript code example
Example: javasctipt unix timestamp from date
Math.round(new Date().getTime() / 1000).toString()
Math.round(new Date().getTime() / 1000).toString()