Versions in this module Expand all Collapse all v0 v0.2.1 May 8, 2026 v0.2.0 May 8, 2026 v0.1.0 Apr 28, 2026 Changes in this version + func NewQuartzParser(loc *time.Location) cron.Parser + type QuartzSchedule struct + func (s *QuartzSchedule) Location() *time.Location + func (s *QuartzSchedule) Next(t time.Time) time.Time + func (s *QuartzSchedule) Upcoming(from time.Time) iter.Seq[time.Time]