Documentation
¶
Overview ¶
Package parserext provides optional cron parser extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewQuartzParser ¶
NewQuartzParser handles standard specs plus the Quartz tokens L, L-n, LW, nW, N#M, and NL. Numeric day-of-week stays cron-style 0-6 Sunday-first (not Quartz's 1-7); name forms (FRI#3, FRIL) are unambiguous. Specs without Quartz-only tokens are forwarded to the standard parser.
Types ¶
type QuartzSchedule ¶
type QuartzSchedule struct {
// contains filtered or unexported fields
}
QuartzSchedule supports the Quartz subset parsed by NewQuartzParser.
func (*QuartzSchedule) Location ¶
func (s *QuartzSchedule) Location() *time.Location
Location returns the schedule's evaluation time zone.
Click to show internal directories.
Click to hide internal directories.