use DateTime; my $dt = DateTime->new( year => ... )->add( days => 226 ); say $dt;