Hi all,
there is a typo in the DateTimeFAQ

Instead of 
  my $some_date2 = $some_date->clone()->truncate(to => 'days');

it should be 

  my $some_date2 = $some_date->clone()->truncate(to => 'day');

Regards
Tim

Reply via email to