3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = new DateTimeImmutable(); $daySchedule = [ 'from' => '14:00+03:00', 'till' => '21:00+03:00', ]; $from = explode(':', substr($daySchedule['from'], 0, 5)); $till = explode(':', substr($daySchedule['till'], 0, 5)); $fromTz = new \DateTimeZone(substr($daySchedule['from'], 5)); $tillTz = new \DateTimeZone(substr($daySchedule['till'], 5)); $b = $a->setTime($from[0], $from[1]); var_dump($a->getTimestamp()); var_dump($b->getTimestamp()); $b = $b->setTimezone($fromTz); var_dump($a->getTimestamp()); var_dump($b->getTimestamp()); var_dump($a > $b, $a, $b); var_dump($a->getTimestamp()); var_dump($b->getTimestamp()); var_dump($a > $b, $a, $b);
Output for 8.3.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009792" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.4
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.010621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.010621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.2
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.1
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.3.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.18
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.17
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.16
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.15
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.14
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003942" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.13
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.5, 8.2.12
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003665" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.11
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005372" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005372" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.9
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.8
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004045" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.5
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.4
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003677" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.2
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.1
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.2.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003878" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.28
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.27
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.26
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.25
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.24
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.23
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005024" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005024" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.22
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003759" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.21
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003770" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.19
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003833" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003833" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.18
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.17
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.16
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.15
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004269" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.14
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.13
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.12
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.11
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003565" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.9
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.8
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003892" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.5
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.4
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.2
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003729" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.1
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003723" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003723" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.1.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003952" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.30
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003604" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.29
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003436" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.28
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.27
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.26
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003444" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.25
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003649" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.24
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.23
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.22
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.21
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.19
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.18
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003293" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.17
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.16
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.15
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003603" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.14
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.13
int(1452860477) int(1452866400) int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002548" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002548" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.12
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.11
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.9
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.8
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.2
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.1
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003479" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 8.0.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.33
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.002111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.002111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.32
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.30
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.29
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.28
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003433" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.27
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.26
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.25
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.24
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.23
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.22
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.21
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.16
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.007682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.15
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.14
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008494" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.13
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012426" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.12
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.11
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.010263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.010263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.9
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008469" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008469" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.8
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000297" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.5
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.002621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.002621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.4
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.017628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.017628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011552" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.4.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.33
int(1452860477) int(1452866400) int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002140" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002140" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.32
int(1452860477) int(1452866400) int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002678" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452866400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 12:21:17.002678" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 17:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.31
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.30
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003543" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.21, 7.3.29
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.28
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.27
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008446" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008446" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.26
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.25
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.24
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.23
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008520" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.017374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.017374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.19
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008861" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008861" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.18
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.006124" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.17
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008493" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.16
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008081" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008081" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.11 - 7.3.12
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.9
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.23, 7.3.8
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.5
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.4
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.3
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.2
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.1
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.3.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.33
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.32
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.008850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.31
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012673" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012673" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.30
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009817" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.29
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.009086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.25
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.24
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.22
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.21
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.19
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.18
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.17
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.0, 7.2.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.004056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.2.0
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.005402" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.33
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.32
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.31
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.30
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.29
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.28
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000179" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.27
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.26
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.10
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.7
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.003353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.6
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.012745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.1.5
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.011205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.28, 7.0.20
int(1452860477) int(1452862800) int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1452860477) int(1452862800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-01-15 13:21:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-01-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.6
int(1463831484) int(1463832000) int(1463831484) int(1463832000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-21 13:51:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-21 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1463831484) int(1463832000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-21 13:51:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-21 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.5
int(1459669718) int(1459684800) int(1459669718) int(1459684800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-03 09:48:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-03 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1459669718) int(1459684800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-03 09:48:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-03 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.4
int(1457643365) int(1457614800) int(1457643365) int(1457614800) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-10 21:56:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-10 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1457643365) int(1457614800) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-10 21:56:05.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-10 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.3
int(1458339830) int(1458306000) int(1458339830) int(1458306000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-18 23:23:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-18 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458339830) int(1458306000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-18 23:23:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-18 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.2
int(1458707866) int(1458738000) int(1458707866) int(1458738000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-23 05:37:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-23 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458707866) int(1458738000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-23 05:37:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-23 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.1
int(1458805248) int(1458824400) int(1458805248) int(1458824400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-24 08:40:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-24 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458805248) int(1458824400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-24 08:40:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-24 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 7.0.0
int(1459067627) int(1459080000) int(1459067627) int(1459080000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-27 10:33:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-27 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1459067627) int(1459080000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-27 10:33:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-27 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.21
int(1462200180) int(1462190400) int(1462200180) int(1462190400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-02 16:43:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-02 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1462200180) int(1462190400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-02 16:43:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-02 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.20
int(1460271059) int(1460289600) int(1460271059) int(1460289600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-10 08:50:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-10 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1460271059) int(1460289600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-10 08:50:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-10 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.19
int(1457413551) int(1457442000) int(1457413551) int(1457442000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-08 06:05:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-08 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1457413551) int(1457442000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-08 06:05:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-08 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.18
int(1458050649) int(1458046800) int(1458050649) int(1458046800) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-15 15:04:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458050649) int(1458046800) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-15 15:04:09.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-15 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.17
int(1458437786) int(1458478800) int(1458437786) int(1458478800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-20 02:36:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-20 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458437786) int(1458478800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-20 02:36:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-20 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.16
int(1459157016) int(1459166400) int(1459157016) int(1459166400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-28 11:23:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-28 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1459157016) int(1459166400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-28 11:23:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-28 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.15
int(1459246390) int(1459252800) int(1459246390) int(1459252800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-29 12:13:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-29 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1459246390) int(1459252800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-29 12:13:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-29 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.14
int(1460649336) int(1460635200) int(1460649336) int(1460635200) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-14 17:55:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-14 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1460649336) int(1460635200) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-14 17:55:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-14 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.13
int(1460738078) int(1460721600) int(1460738078) int(1460721600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-15 18:34:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-15 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1460738078) int(1460721600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-15 18:34:38.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-15 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.12
int(1461135883) int(1461153600) int(1461135883) int(1461153600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-20 09:04:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-20 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461135883) int(1461153600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-20 09:04:43.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-20 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.11
int(1461504646) int(1461499200) int(1461504646) int(1461499200) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-24 15:30:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-24 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461504646) int(1461499200) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-24 15:30:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-24 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.10
int(1461598582) int(1461585600) int(1461598582) int(1461585600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-25 17:36:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-25 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461598582) int(1461585600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-25 17:36:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-25 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.9
int(1461791064) int(1461758400) int(1461791064) int(1461758400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-27 23:04:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-27 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461791064) int(1461758400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-27 23:04:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-27 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.6.8
int(1461994273) int(1462017600) int(1461994273) int(1462017600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-30 07:31:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-30 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461994273) int(1462017600) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-30 07:31:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-30 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.35
int(1463964422) int(1464004800) int(1463964422) int(1464004800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-23 02:47:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-23 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1463964422) int(1464004800) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-23 02:47:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-23 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.34
int(1460365554) int(1460376000) int(1460365554) int(1460376000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-11 11:05:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-11 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1460365554) int(1460376000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-11 11:05:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-11 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.33
int(1457510700) int(1457528400) int(1457510700) int(1457528400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-09 09:05:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-09 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1457510700) int(1457528400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-09 09:05:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-09 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.32
int(1458237744) int(1458219600) int(1458237744) int(1458219600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-17 19:02:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-17 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458237744) int(1458219600) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-17 19:02:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-17 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.31
int(1458535714) int(1458565200) int(1458535714) int(1458565200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-21 05:48:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-21 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1458535714) int(1458565200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-03-21 05:48:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-03-21 16:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.30
int(1459512276) int(1459512000) int(1459512276) int(1459512000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-01 14:04:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-01 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1459512276) int(1459512000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-01 14:04:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-01 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.29
int(1460875936) int(1460894400) int(1460875936) int(1460894400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-17 08:52:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-17 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1460875936) int(1460894400) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-17 08:52:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-17 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.28
int(1461234260) int(1461240000) int(1461234260) int(1461240000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-21 12:24:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-21 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461234260) int(1461240000) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-21 12:24:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-21 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.27
int(1461326515) int(1461326400) int(1461326515) int(1461326400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-22 14:01:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-22 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461326515) int(1461326400) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-22 14:01:55.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-22 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.26
int(1461694682) int(1461672000) int(1461694682) int(1461672000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-26 20:18:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-26 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461694682) int(1461672000) bool(true) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-26 20:18:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-26 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.25
int(1461894256) int(1461931200) int(1461894256) int(1461931200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-29 03:44:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-29 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1461894256) int(1461931200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-04-29 03:44:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-04-29 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }
Output for 5.5.24
int(1464077739) int(1464091200) int(1464077739) int(1464091200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-24 10:15:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-24 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" } int(1464077739) int(1464091200) bool(false) object(DateTimeImmutable)#1 (3) { ["date"]=> string(26) "2016-05-24 10:15:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTimeImmutable)#5 (3) { ["date"]=> string(26) "2016-05-24 15:00:00.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+03:00" }

preferences:
194.81 ms | 403 KiB | 213 Q