cron jobscPanel provides two interfaces that simplify setting up a cron job. This post discusses the “standard” interface because most people find it easier and faster to use than the advanced interface.

Two common problems people often encounter with cron jobs :

      1. a server uses “military” time or a 24-hour clock rather than a 12-hour clock. For example, 1:00 pm would be 13:00
      2. your server’s time zone might be different than your own. For example, your server is in Atlanta, Georgia and you live in Sacramento, California, “your” time is 3 hours different than the server’s time for running the cron job. Remember this when you check to see that your cron job ran and find unexpected results (such as it did not run because the time has not been reached, or you think it ran early and it should not have run).