in reply to Processing timeranges with unusual precision.

This could be a job for Set::Infinite.
You could even create an object for 00:01:10:00 format. See Set::Infinite::Date for an example of how to do it.
  • Comment on Re: Processing timeranges with unusual precision.

Replies are listed 'Best First'.
Re: Re: Processing timeranges with unusual precision.
by tall_man (Parson) on Jan 14, 2003 at 00:20 UTC
    It looks like Set::Infinite::Date is deprecated and Date::Set is preferred.

      Set::Infinite::Date is deprecated because Date::Set is more complete.

      But Set::Infinite::Date is simpler, and would be a better start point for a module that is not 'date' related.