Versions in this module Expand all Collapse all v0 v0.36.0 Sep 12, 2026 v0.35.0 Sep 12, 2026 Changes in this version + func Between(s Spec, after, until time.Time, limit int) (times []time.Time, dropped int, err error) + func ID(s Spec, at time.Time) string + func Next(s Spec, t time.Time) (time.Time, bool, error) + func Prev(s Spec, t time.Time, lookback time.Duration) (time.Time, bool, error) + type Spec struct + At string + Cron string + Every string + TZ string + func (s Spec) Key() string + func (s Spec) Kind() string