<?php
/**
* @param String $dateString
* @return DateTime
*/
function updateDate($dateString){
$suppliedDate = new \DateTime($dateString);
$currentYear = (int)(new \DateTime())->format('Y');
return (new \DateTime())->setDate($currentYear, (int)$suppliedDate->format('m'), (int)$suppliedDate->format('d'));
}
var_dump(updateDate('8th August 2011'));
- Output for 8.1.11, 8.3.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003862"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.008655"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004204"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.006017"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004053"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004664"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.008830"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.010147"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.008760"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.008721"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011592"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003953"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003902"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.005162"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004211"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009272"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004148"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003937"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004214"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004485"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.007239"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.008554"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.007070"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.010110"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.13, 8.2.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003759"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004072"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003849"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004503"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.005416"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004703"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004016"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003769"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003860"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004158"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003851"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003901"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003694"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003904"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004717"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.007181"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004319"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009731"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003635"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003710"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003566"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003941"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.005216"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003802"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004151"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.005192"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003783"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003767"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004913"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.005573"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003733"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004215"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003489"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003631"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003498"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003785"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003583"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003349"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.004919"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018274"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020541"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011927"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.010189"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015034"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017369"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003457"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003580"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003501"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003293"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003247"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003500"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003564"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003270"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003261"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003482"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003108"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009482"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009968"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.022183"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017896"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.013801"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016845"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017685"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018385"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018846"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017826"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016812"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019944"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016734"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017033"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.024358"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.021011"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012308"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011428"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020397"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.002043"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003186"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003025"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.003113"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009906"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.029092"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014947"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014061"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014601"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016963"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009453"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.009236"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012720"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016244"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014095"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.013582"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.013753"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.013481"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015358"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014516"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012945"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.010193"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011903"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012339"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011540"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011251"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.014442"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011593"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011550"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.011565"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012290"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.012930"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017514"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018159"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018598"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020734"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019811"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018035"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016394"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016827"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018066"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019638"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018160"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020243"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017328"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.5, 7.3.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020787"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018024"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018217"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017012"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018636"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020008"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017939"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019356"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018136"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018907"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017878"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018518"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020550"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020132"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018658"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020646"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017864"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018134"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.021790"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019274"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019741"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.34
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017596"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018169"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017084"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019787"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018147"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018507"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019432"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017933"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017991"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.024363"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018072"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018949"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017855"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018595"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017507"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.021041"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018238"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018460"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017473"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019219"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.020371"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019436"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018018"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017196"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018250"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019053"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017733"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018354"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.019594"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.022924"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.039398"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.24, 7.2.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018347"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018021"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017278"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017640"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015159"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015098"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018248"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015260"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015628"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015335"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016262"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017675"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017159"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015694"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017222"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015913"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015266"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015084"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016081"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018372"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017127"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016088"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015836"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016462"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016543"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016392"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017377"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017650"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.018782"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.017838"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015683"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016743"
["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.40, 7.0.0 - 7.0.33, 7.1.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016233"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.016973"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2021-08-08 14:49:23.015580"
["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)#2 (3) {
["date"]=>
string(19) "2021-08-08 14:49:23"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 5.3.0 - 5.3.29
- Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/Gbbjv on line 8
Process exited with code 255.
preferences:
111.8 ms | 763 KiB | 5 Q