p5-DateTime-Cron-Simple

parse a cron entry and check against current time

WWW CVSWeb GITHub
  1. Package version
    p5-DateTime-Cron-Simple-0.2p1
  2. Maintainer
    The OpenBSD ports mailing-list

This module is a quick and dirty way to determine if a cron time format is
valid for the current date and time.
A cron entry follows the cron format from crontab(5).
The validate_time function uses the current date and time for comparison,
but will also accept a valid DateTime object as a parameter.