Skip to content

wallzero/cronadd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

/*
 * Title:
 * 1. CronAdd
 *
 * Author:
 * 1. Connor Schlesiger
 * 
 * Questions: 
 * 1. Can CRON understand time ranges which cross over
 *    the limit? (ie. minutes: 58-4)
 *
 * Bugs/Issues:
 * 1. Does not sort properly (ie. 2 is higher than 10)
 *      ^- Does this matter with cron?
 * 2. No check for out of Month ranges (ie. Feb 31st)
 * 3. Going over a day range in hours causes the day to 
 *    increment, however this is not correct for those
 *    hours which remain under the day range (>24).
 */

About

Add Time to Cron

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published