3v4l.org

run code in 300+ PHP versions simultaneously
<?php //Check dates $curDateTime = time(); //$oldDateTime = $customerLock[0]['change_date']; <== obtained from the DB $oldDateTime = 1443530876;//This is the output from the above one, just for this Example. $date1 = new DateTime(); $date1->createFromFormat('H:i:s d/m/Y', Date('H:i:s d/m/Y', $curDateTime)); $date2 = new DateTime(); $date2->createFromFormat('H:i:s d/m/Y', Date('H:i:s d/m/Y', $oldDateTime)); $unix_to_date = Date('H:i:s d/m/Y', $oldDateTime); //to check the valid timestamp var_dump($unix_to_date); //outputs: string(19) "14:47:56 29/09/2015" var_dump($date1); //outputs: object(DateTime)#3 (3) { ["date"]=> string(26) "2015-09-30 12:31:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } //valid object as it's the currentDate earlier set. var_dump($date2); //outputs: object(DateTime)#4 (3) { ["date"]=> string(26) "2015-09-30 12:32:54.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } //Which is wrong as it's the current date time. ?>
Output for 7.3.3, 7.4.0
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000262" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000291" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000265" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.8
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000302" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000299" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000129" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000243" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000339" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000187" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000198" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.11
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003977" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.10
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002239" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.9
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004929" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.8
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003804" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.7
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003251" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.5
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004009" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.4
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004104" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.3
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002616" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002634" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.2
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003140" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.1
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003554" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003572" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004894" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004930" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000147" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000174" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.31
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000126" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000148" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000117" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:52.000230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:52.000271" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000122" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000250" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.23
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003256" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.22
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004296" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.21
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004347" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.19
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.18
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004497" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004536" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.17
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004013" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004058" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.16
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003385" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.15
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002639" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002662" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.14
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004330" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004371" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.13
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002482" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.12
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002547" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.11
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003700" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.003722" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.9
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002535" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002560" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.8
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002424" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002450" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.006706" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.006734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.009078" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.009098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.4
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.009097" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.009118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.30 - 5.4.45, 5.5.14 - 5.5.38, 5.6.0 - 5.6.38, 7.0.0 - 7.0.31, 7.1.3
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.2
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.008337" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.008366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.1
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.002437" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:36:51.004102" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
string(19) "14:47:56 29/09/2015" object(DateTime)#1 (3) { ["date"]=> string(19) "2015-09-30 12:36:51" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-09-30 12:36:51" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
162.01 ms | 402 KiB | 228 Q