Scheduler
The Scheduler library implements cron style scheduling and validation.
Synopsis
use Assure1::Scheduler;
my $scheduler = new Assure1::Scheduler('0 0 \* \* \*');
my $runNow = $scheduler->ValidateTime();
Methods
The Scheduler library contains the method described below.
ValidateTime
Checks to see if TIME meets the CRON schedule.
ValidateTime($EpochTime)
Options
EpochTime -> 32-bit integer epoch time