Return to index

cron functions

int = cron_next(cron_schedule, [from_epoch])

top

Get seconds until next cron execution.


any = cron_parse(cron_schedule)

top

Parse cron schedule and return structured description of what it means.


bool = cron_validate(cron_schedule)

top

Validate cron schedule syntax.


string = quartz_to_cron(quartz_schedule)

top

Convert Quartz format schedule to cron format.