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:51:18.010521" ["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:51:18.014218" ["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:51:18.007420" ["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:51:18.007015" ["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:51:18.003782" ["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:51:18.003941" ["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:51:18.004329" ["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:51:18.006996" ["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:51:18.007271" ["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:51:18.006516" ["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:51:18.003870" ["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:51:18.004103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 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:51:18.003898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.2.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:51:18.003716" ["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:51:18.004176" ["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:51:18.005320" ["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:51:18.003784" ["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:51:18.003935" ["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:51:18.004166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 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:51:18.003940" ["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:51:18.003911" ["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:51:18.003922" ["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:51:18.003639" ["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:51:18.003793" ["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:51:18.003856" ["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:51:18.003984" ["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:51:18.006983" ["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:51:18.008740" ["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:51:18.003568" ["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:51:18.003690" ["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:51:18.003919" ["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:51:18.005126" ["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:51:18.003676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 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:51:18.003805" ["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:51:18.003986" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 8.1.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:51:18.003700" ["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:51:18.003706" ["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:51:18.004220" ["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:51:18.003813" ["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:51:18.003647" ["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:51:18.003797" ["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:51:18.003539" ["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:51:18.003795" ["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:51:18.003478" ["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:51:18.003565" ["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:51:18.006536" ["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:51:18.005601" ["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:51:18.003495" ["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:51:18.004338" ["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:51:18.004018" ["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:51:18.004151" ["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:51:18.003849" ["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:51:18.004196" ["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:51:18.003607" ["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:51:18.003768" ["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:51:18.003705" ["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:51:18.003567" ["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:51:18.003284" ["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:51:18.003388" ["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:51:18.003427" ["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:51:18.003237" ["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:51:18.003201" ["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:51:18.003586" ["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:51:18.004341" ["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:51:18.003917" ["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:51:18.003452" ["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:51:18.003596" ["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:51:18.003835" ["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:51:18.003776" ["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:51:18.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.1.7, 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:51:18.003684" ["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:51:18.003420" ["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:51:18.002622" ["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:51:18.003775" ["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:51:18.003914" ["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:51:18.003823" ["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:51:18.003474" ["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:51:18.007669" ["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:51:18.003668" ["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:51:18.003560" ["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:51:18.003667" ["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:51:18.009673" ["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:51:18.010380" ["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:51:18.003783" ["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:51:18.009049" ["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:51:18.001815" ["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:51:18.003260" ["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:51:18.003329" ["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:51:18.003141" ["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:51:18.003575" ["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:51:18.003271" ["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:51:18.003352" ["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:51:18.003429" ["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:51:18.003759" ["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:51:18.003218" ["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:51:18.008790" ["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:51:18.007569" ["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:51:18.003324" ["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:51:18.010885" ["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:51:18.009238" ["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:51:18.009388" ["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:51:18.019124" ["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:51:18.010285" ["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:51:18.009092" ["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:51:18.011033" ["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:51:18.009460" ["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:51:18.008915" ["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:51:18.009839" ["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:51:18.000483" ["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:51:18.003019" ["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:51:18.007855" ["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:51:18.014193" ["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:51:18.000258" ["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:51:18.002598" ["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:51:18.002118" ["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:51:18.003569" ["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:51:18.003747" ["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:51:18.003648" ["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:51:18.010203" ["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:51:18.008991" ["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:51:18.012892" ["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:51:18.008998" ["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:51:18.010968" ["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:51:18.009698" ["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:51:18.009441" ["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:51:18.008904" ["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:51:18.011836" ["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:51:18.005279" ["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:51:18.014795" ["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:51:18.008117" ["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:51:18.000201" ["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:51:18.000200" ["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:51:18.009475" ["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:51:18.012076" ["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:51:18.009262" ["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:51:18.011986" ["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:51:18.008498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.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:51:18.000227" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.2.1, 7.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:51:18.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000219" ["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:51:18.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000242" ["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:51:18.000252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.000205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } ready to send
Output for 7.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:51:18.003618" ["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:51:18.005775" ["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:51:18.011082" ["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:51:18.003952" ["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:51:18.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:50.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:05.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:11.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:14.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:59.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:59.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:04.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:05.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:19.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:34.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:40.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:14.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:47.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:24.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:49.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:53.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:17.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:43.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:15.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:50.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:32.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:18.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:13.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:27.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:24.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:37.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:39.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:29.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:05.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:33.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:58.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:46.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:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } not ready to send.

preferences:
228.52 ms | 402 KiB | 197 Q