The Runtime supports cron expressions with optional seconds, like */10 * * * * * which evaluates to every 10th second (10, 20, 30, etc).
Cron expressions in the Runtime evaluate according to the systems local time where the Runtime is running.
The Spice Runtime uses the croner Rust crate for parsing cron expressions.