Problem with dates

I'm trying to convert the int date to datetime from the datetime column of my post table. Does anyone have idea or could you help me with this? I'm doing a sql query that returns me the date sorted but with the datetime format. I don't know which is the exact format stored in the BD and how to convert to datetime format
 
Top Bottom