Human readable time format

Options
I'm trying to use the default 'created_at' timestamp to show the date a post was made in a GET request. 
I have created a For Each Loop function and updated the variable to a human readable time format but it returns the epoch format. 
Is there a different trick to this or this is not possible in the default timestamp?

Comments