3v4l.org

run code in 300+ PHP versions simultaneously
<?php $curDateTime = time(); $oldDateTime = 1443530876; $curString = Date('H:i:s d/m/Y', $curDateTime); $oldString = Date('H:i:s d/m/Y', $oldDateTime); echo "curString $curString \n"; echo "oldString $oldString \n"; $date1 = new DateTime(); $date1->createFromFormat('H:i:s d/m/Y', $curString); $date2 = new DateTime(); $date2->createFromFormat('H:i:s d/m/Y', $oldString); $unix_to_date = Date('H:i:s d/m/Y', $oldDateTime); //to check the valid timestamp echo "unix_to_date $unix_to_date \n"; // var_dump($unix_to_date); var_dump($date1); var_dump($date2); ?>
Output for 7.3.12
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000266" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000248" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000259" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000279" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4, 7.3.8
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000211" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000223" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.3
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000308" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1 - 7.3.2
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000398" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000418" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000316" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000234" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000452" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000473" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000356" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000427" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000446" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.16
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000410" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.15
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.14
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.5, 7.2.13
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.12
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.11
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000183" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.10
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.9
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.8
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000273" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.7
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000164" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000175" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.4
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000281" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.3
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000306" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000325" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.2
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.1
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000193" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.0
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000241" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.31
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.1, 7.1.30
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000328" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000349" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000165" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.25
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000314" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000340" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.24
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000203" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.23
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000238" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.22
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.21
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000155" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.19
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000249" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.18
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.17
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000215" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.16
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000247" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.15
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000236" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.14
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.13
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.12
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.11
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000158" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000168" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000185" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.9
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000176" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.8
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000206" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000133" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000208" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.4
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000163" ["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.33, 7.1.3
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.2
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000275" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(26) "2015-09-30 12:41:17.000294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
curString 12:41:17 30/09/2015 oldString 14:47:56 29/09/2015 unix_to_date 14:47:56 29/09/2015 object(DateTime)#1 (3) { ["date"]=> string(19) "2015-09-30 12:41:17" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } object(DateTime)#2 (3) { ["date"]=> string(19) "2015-09-30 12:41:17" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
199.51 ms | 402 KiB | 235 Q