3v4l.org

run code in 300+ PHP versions simultaneously
<?php $date = new DateTime; $date->modify("first day of this month"); var_dump($date); $date = new DateTime; $date->modify("first second of this day"); var_dump($date);
Output for 8.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.007177" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.010557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.107961" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.007224" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003702" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003908" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Fatal error: Uncaught DateMalformedStringException: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin:7 Stack trace: #0 /in/fAAin(7): DateTime->modify('first second of...') #1 {main} thrown in /in/fAAin on line 7
Process exited with code 255.
Output for 8.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009972" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.010169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010332" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.006938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.007032" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.006555" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.006651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003748" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003805" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003778" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004819" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004981" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.005048" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.005304" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.005384" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003734" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003843" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003896" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003851" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003916" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003809" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003863" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003913" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004085" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004137" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.005951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011392" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003741" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.2.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003950" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.007600" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.007699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008358" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.008471" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003810" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003830" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003880" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003926" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003988" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.005171" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.005240" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003693" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003746" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003651" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003991" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004047" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003730" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003780" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003666" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003715" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003904" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003949" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003938" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003513" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003563" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003901" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003688" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003738" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003703" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003754" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004123" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004163" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003570" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003617" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003571" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003624" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003509" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003691" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003742" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004029" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003699" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003747" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003983" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004021" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004071" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003629" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003680" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003557" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003605" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004149" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004200" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003430" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003475" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003635" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004170" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003276" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003323" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003041" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003088" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003670" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003716" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003550" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003857" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003919" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003598" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003650" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003352" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003422" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003477" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003390" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003440" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003311" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003362" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003416" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 20:03:34.002460" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 20:03:34.002512" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 8.0.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003832" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003888" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003864" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003925" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003838" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003894" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003669" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003721" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.015704" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.015906" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003590" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003646" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003523" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003573" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003480" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003537" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.006891" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.007788" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009823" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003799" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003848" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 8.0.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009943" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011363" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.001881" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.001933" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003054" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.002976" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003026" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.005566" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.005620" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003252" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003307" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003023" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003079" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003322" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003701" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003794" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003103" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003152" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.013376" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.013606" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.007434" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.007586" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003237" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003290" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008267" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.008422" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.15
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008786" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009003" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.14
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009301" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011018" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.13
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008640" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009898" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011303" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.012491" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.012448" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.013611" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009495" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009732" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011090" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.013365" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011186" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011406" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.013284" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.014580" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000255" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000398" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.002180" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.002235" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009419" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009121" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009335" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.4.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000324" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 20:03:34.002156" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 20:03:34.002203" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 20:03:34.002142" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 20:03:34.002188" ["timezone_type"]=> int(3) ["timezone"]=> string(3) "UTC" }
Output for 7.3.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003639" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003685" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003366" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003415" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.006951" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.007063" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.012584" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.014209" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008254" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009626" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009775" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010899" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008727" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.008874" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.010739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.012914" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.010464" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010609" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008884" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010264" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008019" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.008156" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008020" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009230" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004377" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.005498" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011615" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011850" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.16
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008428" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.009380" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.12
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000257" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.11
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000212" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000320" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000253" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000375" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.9
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000141" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.8
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000160" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000246" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000217" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000272" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000427" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000138" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000220" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.4
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000169" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000317" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.3
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000222" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.2
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000119" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000202" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.1
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000128" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000225" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.3.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000105" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000181" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010274" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011935" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.013016" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.009499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010993" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.008799" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.010292" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011190" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.012519" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.25
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000197" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000320" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.24
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000207" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000315" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.23
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000219" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000333" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.22
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000142" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000221" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.21
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000150" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000233" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000342" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.19
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000145" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000226" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.18
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000184" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000298" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.17
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000162" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000270" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.2.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.001999" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.002059" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.33
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000191" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.32
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000108" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000192" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.31
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000118" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000214" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.30
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000098" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000178" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.29
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000143" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000260" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.28
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000125" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000218" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.27
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000205" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000381" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.26
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000139" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000263" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003499" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003623" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.10
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.003581" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.003648" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.7
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.002417" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.002455" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.6
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.011389" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.011492" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.5
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.031739" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.031870" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 7.1.0
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.004027" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.004091" ["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.25, 7.0.0 - 7.0.20
object(DateTime)#1 (3) { ["date"]=> string(26) "2015-10-01 22:03:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(26) "2015-10-15 22:03:34.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }
Output for 5.4.0 - 5.4.29, 5.5.0 - 5.5.13
object(DateTime)#1 (3) { ["date"]=> string(19) "2015-10-01 22:03:34" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" } Warning: DateTime::modify(): Failed to parse time string (first second of this day) at position 13 (o): The timezone could not be found in the database in /in/fAAin on line 7 object(DateTime)#2 (3) { ["date"]=> string(19) "2015-10-15 22:03:34" ["timezone_type"]=> int(3) ["timezone"]=> string(16) "Europe/Amsterdam" }

preferences:
247.21 ms | 403 KiB | 300 Q