Parse parses a cron schedule specification. It accepts the cron spec with
mandatory seconds parameter, descriptors and the custom descriptors
"@at <date>", "@manually" and "@minutely".
Next conforms to the Schedule interface but this kind of jobs
doesn't need to be run more than once, so it doesn't return a new date but the existing one.