3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d1 = new DateTime('now+02:00'); $d1->setTimezone(new DateTimeZone(date_default_timezone_get())); $d2 = new DateTime(); var_dump($d1,$d2,date_default_timezone_get());
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007483" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.007501" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.010532" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.010549" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.007154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008821" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003956" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003964" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.010174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.010201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.006716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.006734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.006502" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.006516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003577" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003588" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003854" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003862" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.005296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.005312" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004021" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.005589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.005606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003945" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.005301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.005315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004037" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004334" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004348" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004403" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003812" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003940" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003922" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.006831" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.006851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003868" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003782" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004657" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003859" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003872" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003653" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003995" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003614" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003583" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003695" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003704" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003764" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003561" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003645" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.005981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.005995" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003844" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003965" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003579" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003717" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003625" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003667" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003060" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003083" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003560" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003422" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003469" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003871" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003299" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 05:39:16.002426" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002439" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(3) "UTC"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003414" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003442" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003691" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003453" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003559" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007641" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.007688" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003506" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003758" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007003" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.007033" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.002052" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.002938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003054" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003081" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003404" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003353" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003379" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003362" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008796" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007970" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003367" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.007974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008021" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008982" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.010720" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.010778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008986" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009039" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008594" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008644" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.011515" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.011586" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009627" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009676" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.013418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.013470" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.002109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008356" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.012087" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.012162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 05:39:16.002338" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002347" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(3) "UTC"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 05:39:16.001956" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.001965" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(3) "UTC"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.016311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.016356" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009400" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009445" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008475" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008518" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.010533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.010605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004645" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004689" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009051" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.014201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.014265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000268" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000383" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000242" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000151" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000283" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000087" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.009608" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009668" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.015466" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.015557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008362" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.008416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.008947" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.009002" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.012048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.012140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000106" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000084" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000092" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000099" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000199" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000287" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000082" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000114" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.004870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.004956" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.002567" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.002606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.012116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.012188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.011664" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.011739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.003900" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.003941" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.28, 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-05 07:39:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-11-05 08:39:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 18:22:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-03 18:22:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-03 06:48:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-03 06:48:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 17:34:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-10 18:34:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 18:42:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-18 19:42:23.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 00:49:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-23 01:49:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-24 04:30:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-24 05:30:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 07:26:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-27 07:26:22.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 13:31:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-02 13:31:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 05:47:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-10 05:47:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 01:45:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-08 02:45:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-15 10:28:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-15 11:28:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 22:08:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-19 23:08:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 08:13:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-28 08:13:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-29 09:04:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-29 09:04:24.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 10:55:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-02 10:55:41.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 15:19:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-15 15:19:16.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 05:48:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-20 05:48:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-24 12:10:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-24 12:10:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 14:13:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-25 14:13:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 19:23:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-27 19:23:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-30 04:16:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-30 04:16:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 20:28:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-22 20:28:10.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 07:59:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-11 07:59:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-09 04:27:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-09 05:27:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-17 14:23:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-17 15:23:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 01:09:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-03-21 02:09:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 10:57:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-01 10:57:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-17 05:43:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-17 05:43:00.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 09:01:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-21 09:01:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 10:49:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-22 10:49:03.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 16:56:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-26 16:56:27.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-28 23:48:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-04-28 23:48:59.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 06:22:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2016-05-24 06:22:19.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(16) "Europe/Amsterdam"

preferences:
217.86 ms | 402 KiB | 228 Q