http://qs1969.pair.com?node_id=1220768


in reply to Re^2: Active perl Perlapp problem
in thread Active perl Perlapp problem

No it did not but i changed the code to Date::Manip so my problem is solved
Thank for your help
use Date::Manip::Date; my $obj = new Date::Manip::Date; $obj->parse('2017-07-20T06:43:50.330Z'); my $obj1 = new Date::Manip::Date; $obj1->parse('2018-08-20T06:46:56.147Z'); my $delta = $obj1->calc($obj);