3v4l.org

run code in 300+ PHP versions simultaneously
<?php class FooBar extends DateTime { public function foo($timezone) { return $this->setTimezone(new DateTimeZone($timezone)); } } $f = new FooBar(); var_Dump($f); $f->foo('UTC'); var_Dump($f); $f->foo('+00:00'); var_Dump($f); $f->foo('GMT'); var_Dump($f);
Output for 8.3.6
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008839" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008839" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008839" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008839" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
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(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008222" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008222" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008222" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.3.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.007304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007304" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007304" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007304" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.3.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.006948" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006948" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006948" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006948" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.3.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003974" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003974" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003974" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003974" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.3.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003713" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003713" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003713" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003713" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.3.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003666" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003666" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.18
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010282" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010282" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010282" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.17
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.006966" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006966" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006966" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006966" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.006566" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006566" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006566" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006566" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.17, 8.2.15
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003755" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003755" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003755" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004055" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004055" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004055" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004055" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003840" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003840" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003840" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003734" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003734" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.11
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004224" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004224" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004224" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.005491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005491" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005491" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005491" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003806" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003806" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003806" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004028" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004028" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004028" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004028" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003885" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003885" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003885" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003885" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.6, 8.2.6
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003902" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003902" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003902" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003902" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003899" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003899" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003899" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003899" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003975" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003975" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003975" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003807" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003807" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003807" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003807" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003773" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003773" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003773" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004047" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004047" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004047" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.2.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003710" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003710" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003710" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.28
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.006591" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006591" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006591" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.006591" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.6, 8.1.27
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003564" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003564" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.11, 8.1.26
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003742" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003742" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003746" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003746" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003998" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003998" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003998" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003998" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004628" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004628" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004628" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.22
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004108" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004108" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004108" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003851" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003851" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004109" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004109" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004109" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004109" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.19
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003616" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003616" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003616" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003616" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.18
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003971" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003971" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003971" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003971" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.9, 8.1.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003849" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003849" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003849" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003849" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.15
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003654" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003654" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003654" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.005672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005672" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005672" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005672" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003273" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003273" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003273" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003519" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003519" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003519" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.11
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003802" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003802" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003802" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004661" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004661" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004661" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004661" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.10, 8.1.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003721" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003721" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003721" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003740" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003740" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003740" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003744" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003744" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003744" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003744" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003984" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003984" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003984" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003984" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003687" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003687" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003687" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003615" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003615" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003615" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.30, 8.1.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003596" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003596" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003596" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003556" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003556" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003556" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.1.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003785" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003785" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003785" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003785" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.29
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003842" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003842" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003842" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003842" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.28
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003751" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003751" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.27
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003492" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003492" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003492" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.26
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003516" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003516" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003516" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003339" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003339" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003339" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.005096" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005096" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005096" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005096" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004533" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004533" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004533" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004533" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.22
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003601" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003601" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003601" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003255" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003255" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003255" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003232" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003232" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003232" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.19
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003374" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003374" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.18
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003301" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003301" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003301" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.17
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004048" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004048" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003318" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003318" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003318" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.15
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003352" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003352" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003286" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003286" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003286" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002051" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002051" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002051" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002051" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003501" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003501" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003501" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003501" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008771" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008771" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008771" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008771" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003699" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003699" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003628" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003628" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003628" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003628" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008691" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008691" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008691" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008691" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011247" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011247" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011247" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003834" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003834" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003834" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003834" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 8.0.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.012794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012794" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012794" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012794" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.33
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.001981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001981" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001981" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001981" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.32
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003239" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003239" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003239" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.30
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003166" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003166" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003166" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.29
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003157" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003157" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003157" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003157" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.28
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004331" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004331" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004331" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004331" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.27
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003515" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003515" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003515" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003515" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.26
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003289" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003289" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003289" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003358" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003358" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003358" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003197" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003197" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003197" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003177" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003177" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003177" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.22
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003848" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003848" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009617" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009617" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009617" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003632" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003632" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.007832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007832" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007832" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007832" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011656" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011656" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011656" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011656" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008620" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008620" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008620" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009152" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009152" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009152" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.11
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008078" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008078" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008078" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.007889" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007889" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007889" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007889" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011935" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011935" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011935" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.013130" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013130" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013130" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013130" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011184" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011184" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011184" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.6
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000282" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000282" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003063" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003063" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003063" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003063" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.4.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.007907" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007907" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007907" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007907" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.19, 7.4.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000215" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000215" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.33
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002086" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002086" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002086" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002086" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.32
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002213" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002213" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002213" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002213" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.31
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003102" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003102" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003102" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.30
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003139" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003139" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003139" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.29
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.007252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007252" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007252" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.007252" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.28
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009967" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009967" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009967" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009967" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.26
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008943" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008943" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008943" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.013868" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013868" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013868" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013868" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011712" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011712" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011712" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010522" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010522" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010522" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.013528" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013528" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013528" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.013528" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010926" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010926" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010926" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010926" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.19
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009647" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009647" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009647" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009647" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.18
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004618" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004618" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004618" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004618" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.17
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.012148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012148" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012148" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.012148" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010038" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010038" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010038" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010038" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.11 - 7.3.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000240" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000240" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000240" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.5, 7.2.18, 7.3.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000182" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000182" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.4, 7.3.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000214" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000214" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000163" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000163" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000211" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000211" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.6
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000245" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000245" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000245" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000216" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000216" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000216" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000256" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000256" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000256" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000189" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000189" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000128" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000128" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.3.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000183" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000183" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.33
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008979" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008979" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008979" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008979" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.32
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009785" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009785" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009785" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009785" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.31
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009011" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009011" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009011" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009011" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.30
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009125" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009125" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009125" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.29
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008445" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008445" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008445" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008445" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000294" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000294" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000294" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000247" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000247" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000201" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000201" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.22
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000257" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000257" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000213" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000213" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000213" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000176" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000176" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.17
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000192" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000192" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.002573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002573" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002573" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.002573" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.15
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009566" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009566" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009566" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009566" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.005111" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005111" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005111" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005111" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010292" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010292" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010292" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.016551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.016551" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.016551" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.016551" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.11
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.005912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005912" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005912" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.005912" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.011349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011349" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011349" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.011349" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.009409" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009409" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009409" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.009409" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003195" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003195" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003195" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.010847" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010847" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010847" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.010847" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.6
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000310" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000310" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000310" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000154" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000154" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.003498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003498" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003498" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.003498" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000783" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000783" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000783" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000783" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000258" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000258" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000258" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000258" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.2.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000359" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000359" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000359" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000359" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.33
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000126" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000126" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.32
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000178" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000178" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.31
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000230" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000230" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.30
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000134" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000134" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000134" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.29
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000162" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000162" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.28
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000135" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000135" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000135" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.19, 7.1.27
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000137" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000137" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000137" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.26
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000127" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000127" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000127" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.25
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.008894" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008894" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008894" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.008894" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.24
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.001786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001786" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001786" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.001786" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.23
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.004427" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004427" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004427" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.004427" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.22
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000280" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000280" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000280" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.6, 7.1.21
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000188" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000188" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.20
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000373" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000373" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000373" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000373" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.18
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000224" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000224" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.17
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000190" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000190" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.16
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000140" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000140" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000140" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.15
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000195" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000195" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000195" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.14
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000289" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000289" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000289" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000289" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.13
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000326" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000326" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000326" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000326" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.12
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:07.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:07.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:07.000189" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:07.000189" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.11
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000264" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000264" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.10
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000239" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000239" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000239" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.9
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000251" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000251" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000251" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.8
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000351" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000351" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000351" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.7
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000234" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000234" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.5
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000133" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000133" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.4
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000198" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000198" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 5.6.38 - 5.6.40, 7.0.33, 7.1.3
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000000" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000000" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.2
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000220" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000220" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.1
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000196" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000196" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }
Output for 7.1.0
object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 17:27:06.000296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000296" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000296" ["timezone_type"]=> int(1) ["timezone"]=> string(6) "+00:00" } object(FooBar)#1 (3) { ["date"]=> string(26) "2019-06-19 15:27:06.000296" ["timezone_type"]=> int(2) ["timezone"]=> string(3) "GMT" }

preferences:
223.34 ms | 402 KiB | 214 Q