MCPcopy
hub / github.com/robfig/cron / midnight

Function midnight

parser_test.go:369–371  ·  parser_test.go::midnight
(loc *time.Location)

Source from the content-addressed store, hash-verified

367}
368
369func midnight(loc *time.Location) *SpecSchedule {
370 return &SpecSchedule{1, 1, 1, all(dom), all(months), all(dow), loc}
371}
372
373func annual(loc *time.Location) *SpecSchedule {
374 return &SpecSchedule{

Callers 1

TestParseScheduleFunction · 0.85

Calls 1

allFunction · 0.85

Tested by

no test coverage detected