Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$date=date_create();
date_timestamp_set($date,1371803321);
echo date_format($date,"U = Y-m-d H:i:s");
?>
</body>
<!-- Mirrored from www.w3schools.com/php/phptryit.asp?filename=tryphp_func_date_timestamp_set by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:01:48 GMT -->
</html>