Hi, When I try the following:
$year = 2009; $jday = 120; $dt = DateTime->new(year => $year, doy => $jday,); I get: The following parameter was passed in the call to DateTime::new but was not listed in the validation options: doy at /usr/local/lib/perl/5.10.0/DateTime.pm line 189 DateTime::new(undef, 'year', 2009, 'doy', 120) called at pftohpf.pl line 82