if (isset($exif['EXIF']['DateTimeOriginal'])) {
            $imageObject->DateTaken = new DateTime($exif['EXIF']['DateTimeOriginal']);
        }