Schedule Fixes
The program was set to add a minute to each schedule if a schedule was supposed to run when the system could be reading/writing to a file. Sometimes the schedule would be delayed more than 59 minutes, which is the maximum number for minutes for a chron scheduled job. Any more time added on would make the chron job invalid, and the schedule would never run. Simple hour parsing was added to add an hour to the cron job if it were delayed more than an hour.