Cron Jobs

  • What timezone are my cron jobs based on?

    The time a cron job is based on is the set date of the server. There are two main ways to figure out which date and time your server is set to.

    • The first is to see where in the world your server is located. If it is located in Amsterdam, Netherlands, it will have the same timezone as that city (CET / GMT+1)
    • The other method would be to log into your server with SSH and run the date command.