$DT = eval { DateTime->new( year => $year, time_zone => $tz ) }; return unless $DT;