3v4l.org

run code in 300+ PHP versions simultaneously
<?php $lastDate = '1452699936'; $interval = 'P0Y0M3D'; //create objects from strings $interval = new \DateInterval($interval); echo 'Interval: '.$interval->format('%y years, %m months, %d days')."\n"; //last sent $lastJob = new \Datetime(); $lastJob->setTimestamp($lastDate); //las sent + interval $nextJob = new \Datetime(); $nextJob->setTimestamp($lastDate); $nextJob->add($interval); //now $currentJob = new \Datetime(); echo 'Last Sent: '.$lastJob->format('Y/m/d'). ' | Next Job: '.$nextJob->format('Y/m/d'). ' | Today: '.$currentJob->format('Y/m/d')."\n"; var_dump($nextJob); var_dump($currentJob); if ($nextJob <= $currentJob) { echo 'not ready to send.'; } else { echo 'ready to send'; }
Output for 8.3.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.015665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.007171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.007057" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003705" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.3.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004062" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.007058" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.007280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.006560" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.15
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003944" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.14
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.12 - 8.2.13
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003808" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.20, 8.2.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003859" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003680" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004036" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003899" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.23
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.22
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003704" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.19, 8.1.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003678" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004639" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.15
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003511" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.14
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.13
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.12
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003490" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.29
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003288" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.23
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.22
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.19
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003602" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.15
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003708" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.14
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.13
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 15:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 16:49:46.002310" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ready to send
Output for 8.0.12
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003542" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003478" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003631" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.007721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.012979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.013149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.0.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.33
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.001882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.32
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.29
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003136" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003616" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.23
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.22
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011558" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003120" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.15
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.14
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009795" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.13
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.021789" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.12
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.013196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008655" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009412" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011799" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.002432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008675" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.4.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.33
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 15:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 16:49:46.003005" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ready to send
Output for 7.3.32
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 15:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 16:49:46.002141" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } ready to send
Output for 7.3.31
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003443" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.29
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.023920" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008384" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.23
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.010884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.19
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009015" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.12
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.3, 7.3.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.29, 7.3.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.6 - 7.3.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000210" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000341" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.3.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.33
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009411" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.32
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.31
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.011790" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.009598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.29
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.008307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000299" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.23
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.19, 7.2.22
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003920" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.33
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.32
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.31
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.7
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.003211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.013084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.005350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.004106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 5.6.28, 7.0.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/01/13 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-01-13 17:49:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.0.6
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/05/21 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-05-21 13:45:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.5
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/03 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-03 09:44:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.4
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/10 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-10 21:51:08.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.3
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/18 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-18 23:18:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.2
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/23 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-23 05:31:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.1
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/24 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-24 08:35:56.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 7.0.0
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/27 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-27 10:29:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.21
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/05/02 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-05-02 16:38:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.20
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/10 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-10 08:46:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.19
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/08 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-08 06:00:31.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.18
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/15 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-15 14:58:37.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.17
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/20 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-20 02:31:11.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.16
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/28 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-28 11:18:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.15
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/29 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-29 12:08:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.14
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/14 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-14 17:50:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.13
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/15 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-15 18:29:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.12
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/20 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-20 08:59:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.11
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/24 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-24 15:25:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.10
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/25 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-25 17:31:12.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.9
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/27 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-27 22:57:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.6.8
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/30 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-30 07:26:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.35
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/05/23 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-05-23 02:41:14.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.34
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/11 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-11 11:00:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.33
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/09 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-09 08:59:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.32
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/17 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-17 18:56:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.31
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/03/21 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-03-21 05:42:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.30
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/01 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-01 13:59:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.29
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/17 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-17 08:47:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.28
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/21 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-21 12:19:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.27
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/22 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-22 13:56:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.26
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/26 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-26 20:12:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.25
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/04/29 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-04-29 03:38:44.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.
Output for 5.5.24
Interval: 0 years, 0 months, 3 days Last Sent: 2016/01/13 | Next Job: 2016/01/16 | Today: 2016/05/24 object(DateTime)#3 (3) { ["date"]=> string(26) "2016-01-16 16:45:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#4 (3) { ["date"]=> string(26) "2016-05-24 10:07:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.

preferences:
231.59 ms | 402 KiB | 213 Q