Description
Perl applications can represent sets of DateTime values and perform set operations such as union, intersection, and membership checks. This is useful for calendars, availability, recurrence, reservations, and scheduling logic.
It is a date-time math library, not a scheduler by itself. Applications must still decide how time zones, closed intervals, and business rules should behave.