<?php$timestamp = 32154654321;$format = 'Y-m-d H:i:s';$date = new \DateTime();$date->setTimestamp($timestamp);echo $date->format($format);
Standard input is empty
2988-12-09 08:25:21
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!