Convertig EXIF timestamp

solved it this way:

 <?php $time=$pic->exif()->timestamp(); ?>
 <?php echo gmdate("m.d.y", $time); ?>