getdate() with a specific timestamp
<?php $a = getdate(163727100); printf('%s %d, %d',$a['month'],$a['mday'],$a['year']); ?>