nxtcron - v1.0.1
    Preparing search index...

    Interface ScheduleOptions

    Options for the schedule method.

    interface ScheduleOptions {
        timezone?: string;
    }
    Index

    Properties

    Properties

    timezone?: string

    IANA timezone string (e.g. 'UTC'). Defaults to local system timezone.