fork download
  1. <?php
  2.  
  3. $t = 200210151130;
  4.  
  5. echo date('d/m/Y H:i:s', strtotime($t)). "\n";
  6. echo date('d/m/Y H:i:s', strtotime("@$t")). "\n";
  7.  
Success #stdin #stdout 0.02s 26080KB
stdin
Standard input is empty
stdout
15/10/2002 11:30:00
30/05/8314 02:52:10