3v4l.org

run code in 300+ PHP versions simultaneously
<?php function timezoneExhibitsDST($tzId) { $tz = new DateTimeZone($tzId); $date = new DateTime("now",$tz); var_dump($date); $trans = $tz->getTransitions(); foreach ($trans as $k => $t) if ($t["ts"] > $date->format('U')) { print_r($t); return $trans[$k-1]['isdst']; } } var_dump(timezoneExhibitsDST("Europe/London"));
Output for 8.3.6
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010407" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
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 object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007229" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.3.4
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007949" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.3.3
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007411" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.3.2
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007358" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.3.1
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004117" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.3.0
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007472" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.18
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.011030" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.17
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007162" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.16
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010169" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.15
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009269" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.14
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.008718" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.13
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003875" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.12
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.007055" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.11
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004118" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.10
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.005172" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.9
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003860" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.8
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003939" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.7
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003865" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.6
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004086" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.5
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003994" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.4
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003657" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.3
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004119" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.2
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004170" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.1
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003743" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.2.0
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003953" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+00:00 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.28
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.006880" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.27
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004107" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.26
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.008310" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.25
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003940" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.24
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004132" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.23
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.005060" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.22
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003653" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.21
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003896" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.20
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003964" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.19
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003658" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.18
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003826" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.17
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003886" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.16
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003505" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.15
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.14
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.13
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.12
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003822" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.11
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003736" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.10
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003766" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.9
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003610" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.8
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003574" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.7
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003660" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.6
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003978" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.5
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003725" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.4
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003771" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.3
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.2
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.1
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004094" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.1.0
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003936" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.30
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.29
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.28
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003545" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.17, 8.0.27
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003357" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.26
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.005870" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.25
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003636" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.24
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003381" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.23
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003500" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.22
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003238" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.21
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003178" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.20
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003055" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.19
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003646" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.18
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003999" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.16
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003595" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.15
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003434" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.14
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003680" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.13
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.002200" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.12
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.11
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.10
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003795" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.9
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.8
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.011363" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.7
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003846" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.6
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003553" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.5
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003455" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.3
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.008297" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.2
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009108" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.1
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003275" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 8.0.0
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010423" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.33
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.001954" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.32
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003521" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.30
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.002933" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.29
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003311" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.28
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003120" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.27
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003091" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.26
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.25
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003233" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.24
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.23
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003182" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.22
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009744" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.21
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010750" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.20
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003231" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.16
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.012194" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.15
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009087" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.14
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.018026" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.13
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.014475" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.4.12
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009648" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.33
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003779" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.32
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.002111" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.31
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.004544" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.30
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003163" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.29
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.003290" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.28
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010392" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.27
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.008900" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.26
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.012783" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.25
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.009128" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)
Output for 7.3.24
object(DateTime)#2 (3) { ["date"]=> string(26) "2017-07-12 04:03:19.010301" ["timezone_type"]=> int(3) ["timezone"]=> string(13) "Europe/London" } Array ( [ts] => 1509238800 [time] => 2017-10-29T01:00:00+0000 [offset] => 0 [isdst] => [abbr] => GMT ) bool(true)

preferences:
172.64 ms | 402 KiB | 118 Q