Is it ok to have a "to_DateTime" function in Date::ICal ?

  $dt = $d_ical->to_DateTime()

Such that you can do tricks with non-DateTime modules:

  use Date::Passover;
  $dt = passover( 1997 )->to_DateTime;

- Flavio S. Glock

Reply via email to