- What does the timeline show?
- Next N executions of a cron expression on a visual timeline. Useful for spotting gaps, unexpected clusters, or sanity-checking seasonal jobs.
- How far ahead does it project?
- Up to 365 days by default. Toggle higher for yearly or leap-year concerns; lower for quick 'will it run tonight?' checks.
- Does it handle DST transitions?
- Yes — in timezones with DST, cron jobs near the transition hour either skip or double-fire. The visualizer marks these edge cases clearly.
- Can I compare multiple expressions?
- Yes — paste several and they overlay on the same timeline. Useful for planning when batch jobs collide.