Constructs a new CronDate instance.
Optional
timestamp: string | number | CronDate | DateThe timestamp to initialize the CronDate with.
Optional
tz: stringThe timezone to use for the CronDate.
Returns daylight savings end time.
Sets daylight savings end time.
Returns daylight savings start time.
Sets daylight savings start time.
CronDate class that wraps the Luxon DateTime object to provide a consistent API for working with dates and times in the context of cron.