3v4l.org

run code in 300+ PHP versions simultaneously
<?php $dt = new DateTime(); $dt->createFromFormat('s.u', '3.400000'); // 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.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008555"
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.010394" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010394"
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007361" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007361"
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.006794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "006794"
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003648"
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003920" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003920"
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004285" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004285"
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007086"
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007336" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007336"
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.006997" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "006997"
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003703"
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008693"
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004038" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004038"
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003751" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003751"
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004319" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004319"
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.005132" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005132"
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003990" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003990"
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004039" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004039"
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003931" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003931"
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004053" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004053"
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004107"
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.005417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005417"
Output for 8.1.4, 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004029" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004029"
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004156"
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004009" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004009"
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003730" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003730"
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009683"
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.005182" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005182"
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003637" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003637"
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003719" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003719"
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004000"
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004950"
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003569" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003569"
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003673" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003673"
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004190"
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003874"
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003539" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003539"
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003794"
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003516" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003516"
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003587" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003587"
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003768" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003768"
Output for 8.0.23, 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003698" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003698"
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003536" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003536"
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003695" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003695"
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003623"
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003996"
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003529" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003529"
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003586" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003586"
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.005086" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005086"
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004061" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004061"
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004080" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004080"
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003702"
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003589" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003589"
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003534" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003534"
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003744" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003744"
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003487" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003487"
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003359" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003359"
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003277" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003277"
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003059"
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003154" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003154"
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003235"
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003205"
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003416"
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003076" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003076"
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003568" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003568"
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003620"
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003903" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003903"
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003393" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003393"
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003401" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003401"
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003895" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003895"
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:30.002720" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002720"
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003784" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003784"
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003432" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003432"
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003756" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003756"
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003546" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003546"
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.011189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011189"
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003914"
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003683" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003683"
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003818" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003818"
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.012566" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "012566"
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.010727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010727"
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004112" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004112"
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009113" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009113"
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.002996" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002996"
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.002943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002943"
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003374"
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003166" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003166"
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003670"
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003499"
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004131"
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003518" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003518"
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003345" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003345"
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003189" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003189"
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009374" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009374"
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007101" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007101"
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003321" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003321"
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007989" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007989"
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009522" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009522"
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009270"
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009188" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009188"
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008438" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008438"
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009843"
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008769" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008769"
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008107" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008107"
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.013582" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "013582"
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008167" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008167"
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.000231" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000231"
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.002351" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002351"
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.011763" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011763"
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009624"
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.000131" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000131"
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:30.002231" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002231"
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 11:18:30.002011" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } string(6) "002011"
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003570"
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003619" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003619"
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007395" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007395"
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008584"
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009010" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009010"
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008671" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008671"
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.010350" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "010350"
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.011873" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011873"
Output for 7.2.29, 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008488" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008488"
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.009363" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "009363"
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.015424" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "015424"
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.011735" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011735"
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004507" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004507"
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008496" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008496"
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.007827" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "007827"
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008658" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008658"
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.011946" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "011946"
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008761" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008761"
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.008682" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "008682"
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.002855" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002855"
Output for 7.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "003699"
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.002769" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "002769"
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.004294" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "004294"
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.005621" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "005621"
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.012369" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "012369"
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.006749" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "006749"
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.014327" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "014327"
Output for 5.6.28, 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-11-13 12:18:30.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:43.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:29.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:21.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:28.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:42.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:34.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:18.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:39:59.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:07.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:50.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:40.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:23.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:38.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:36.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:20.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } string(6) "000000"

preferences:
203.35 ms | 401 KiB | 183 Q