Marco Cabrera
Questions Interviewers can't ask you
What do you want to be when you grow up?
I want to be a super hero when I grow up.
How old are you?
333633480
If you were to write a book, what would you call it?
$birthday = 333633480;
$currentTime = date('U');
$yearInSeconds = (60*60*24*365);
echo 'I am ' . intval(($currentTime-$birthday)/$yearInSeconds) . ' years old, and I still want to be a super hero when I grow up.';