{"id":3812,"date":"2018-01-22T22:28:12","date_gmt":"2018-01-22T22:28:12","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=3812"},"modified":"2018-01-22T22:28:12","modified_gmt":"2018-01-22T22:28:12","slug":"cron-format","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2018\/01\/22\/cron-format\/","title":{"rendered":"Cron Format"},"content":{"rendered":"<p>How Cron works:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n&lt;Minute&gt; &lt;Hour&gt; &lt;Day_of_the_Month&gt; &lt;Month_of_the_Year&gt; &lt;Day_of_the_Week&gt;\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n* * * * * *\n| | | | | | \n| | | | | +-- Year              (range: 1900-3000)\n| | | | +---- Day of the Week   (range: 1-7, 1 standing for Monday)\n| | | +------ Month of the Year (range: 1-12)\n| | +-------- Day of the Month  (range: 1-31)\n| +---------- Hour              (range: 0-23)\n+------------ Minute            (range: 0-59)\n<\/pre>\n<p>Examples:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n0 0 * * * *                         Daily at midnight\n\n<\/pre>\n<p>5 minutes after midnight each day<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n05     0      *       *       *       root \n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How Cron works: &lt;Minute&gt; &lt;Hour&gt; &lt;Day_of_the_Month&gt; &lt;Month_of_the_Year&gt; &lt;Day_of_the_Week&gt; * * * * * * | | | | | | | | | | | +&#8211; Year (range: 1900-3000) | | | | +&#8212;- Day of the Week (range: 1-7, 1 standing for Monday) | | | +&#8212;&#8212; Month of the Year (range: 1-12) | &#8230; <a title=\"Cron Format\" class=\"read-more\" href=\"https:\/\/www.qbytes.cloud\/index.php\/2018\/01\/22\/cron-format\/\" aria-label=\"Read more about Cron Format\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[],"class_list":["post-3812","post","type-post","status-publish","format-standard","hentry","category-administration"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3812","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=3812"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/3812\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=3812"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=3812"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=3812"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}