The Cron schedule makes use of a CRON-style expression string to define the times at which jobs will be run. Note that Cron expressions have no concept of time zones, so all times are interpreted as in the local time zone.
For more information on the specific format, please see https://github.com/Kegian/cron
Gets the timestamp at which the scheduler should plan to execute a job with this schedule next.
See Implementation
The Cron schedule makes use of a CRON-style expression string to define the times at which jobs will be run. Note that Cron expressions have no concept of time zones, so all times are interpreted as in the local time zone.
For more information on the specific format, please see https://github.com/Kegian/cron