Skip to main content
current (v1.x.x)

@catbee/cron-parser

A lightweight, timezone-aware cron expression parser with full support for seconds, DST transitions, iterators, randomized scheduling, and crontab file parsing.

Getting Started

Usage Examples

Features

  • Timezone-aware: Full support for timezones and DST transitions
  • Iterator support: Efficient iteration over cron schedules
  • Randomized scheduling: Deterministic jitter with H character
  • Crontab parsing: Parse crontab files with variables and comments
  • Type-safe: Full TypeScript support with clean types
  • Production-ready: Built for high-performance, scalable systems