3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = new DateTime(); $dt->createFromFormat('s.u', '3.4'); // I replaced 3.4 by microtime(true), this is just to give an example var_dump($dt); var_dump($dt->format('u'));
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008460" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008460"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.007018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007018"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003745" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003745"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003712" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003712"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004186"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010139"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008209"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003777" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003777"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008115" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008115"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003933"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003723" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003723"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004030" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004030"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.005313" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005313"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003915" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003915"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003854" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003854"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004025" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004025"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003877" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003877"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003955" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003955"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004254"
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003897" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003897"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004209"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003682"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003912" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003912"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004597" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004597"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003638" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003638"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003642"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004225"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004946"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004023"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003734"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004056" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004056"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003848"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003949"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003562" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003562"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003551" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003551"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003508"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003992" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003992"
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003663" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003663"
Output for 8.0.1, 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003465" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003465"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003435" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003435"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003564" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003564"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003489" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003489"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003477"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003689" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003689"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.005642" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005642"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003781"
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003828" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003828"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003850"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003882" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003882"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003578" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003578"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003538" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003538"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003333"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003476" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003476"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003490" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003490"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003394"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003052" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003052"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003213" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003213"
Output for 7.3.31, 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003354" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003354"
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003280" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003280"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003295" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003295"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003197"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003467" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003467"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003457" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003457"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003851"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.006448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "006448"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003252"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003310" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003310"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003769" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003769"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:02.002972" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002972"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003524" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003524"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003509"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003507"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003420" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003420"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009309" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009309"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003841" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003841"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003672" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003672"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003527" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003527"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010405" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010405"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009137"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.014486" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "014486"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.002835" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002835"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003205"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.002859" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002859"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003130" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003130"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003530" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003530"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003194" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003194"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003593" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003593"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003292"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003775"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003224"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009019"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.007076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007076"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003282" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003282"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.007751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007751"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009423" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009423"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009508" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009508"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009834" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009834"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008781" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008781"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.011602" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011602"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008431" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008431"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008553" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008553"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010366"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008149"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000228" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000228"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003050" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003050"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010232" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010232"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008399" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008399"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000188"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:02.002422" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002422"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:02.002426" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002426"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003632" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003632"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010744" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010744"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.011393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011393"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.012125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "012125"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009531" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009531"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010355" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010355"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009064" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009064"
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009794"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009416"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008591" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008591"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010032"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004853" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004853"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009737" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009737"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009058" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009058"
Output for 7.1.33, 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000214"
Output for 7.2.22, 7.3.8, 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000209"
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000196" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000196"
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000229" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000229"
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000169"
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000144" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000144"
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000277"
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000180"
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000146" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000146"
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000128"
Output for 7.1.27, 7.1.30, 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000108"
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000116" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000116"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008858" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008858"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008643" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008643"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.011863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011863"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008856" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008856"
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.008798" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008798"
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000204" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000204"
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000201" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000201"
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000260"
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000161" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000161"
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000182"
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000235"
Output for 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000233"
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000181"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003053"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.005496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005496"
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000172" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000172"
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000125"
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000153" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000153"
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000173" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000173"
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000261" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000261"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004048"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.005188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005188"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.002447" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002447"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.010814" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010814"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.009950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009950"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.003973" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003973"
Output for 5.6.28, 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:02.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-03 18:46:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-03 07:11:15.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-10 18:58:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-18 20:11:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-23 02:18:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-24 05:54:01.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 7.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-27 07:49:52.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-02 13:55:36.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-10 06:10:32.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-08 03:11:07.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-15 11:55:39.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-19 23:33:50.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-28 08:37:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-29 09:27:49.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-02 11:17:58.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-15 15:45:13.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-20 06:13:28.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-24 12:36:35.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-25 14:38:48.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-27 19:48:40.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.6.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-30 04:40:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.35
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-22 21:40:21.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.34
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-11 08:22:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-09 05:56:17.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-17 15:50:06.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-03-21 02:36:47.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-01 11:21:33.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-17 06:06:57.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-21 09:27:46.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-22 11:13:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-26 17:21:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-04-29 00:17:42.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"
Output for 5.5.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2016-05-24 06:46:25.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"

preferences:
209.12 ms | 401 KiB | 209 Q