interface
CronOptions
interface CronOptions
Options for the in-process Bun.cron callback overload and Bun.cron.parse.
- tz?: string
IANA time-zone name to interpret the schedule in (e.g.
"UTC","America/New_York"). Defaults to the system's local time zone.