Documentation
    Preparing search index...

    Module models/internal/cron

    Minimal cron expression matcher.

    Supports the standard five fields (minute hour day-of-month month day-of-week) with *, single values, ranges (a-b), lists (a,b,c), steps (a-b/n, a/n, and a step on *), three-letter month and weekday names, and the common @hourly-style macros.

    Expressions are evaluated in the server's local timezone, matching the behaviour of system cron.

    models

    Type Aliases

    CronSpec

    Functions

    cronDueInWindow
    cronMatches
    isValidCron
    parseCron