.
.
$theTimestamp = mktime(0,0,0,1,1,$year);
$theDate = getdate($theTimestamp);
.
.
when $year has a value that exceeds 2038 it breaks .... I noticed as well
it breaks with a very low year
Is there a limitation with this function or am I doing something wrong here?