<?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.4.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009969"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009769"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.010273"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009727"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009663"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.008000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.006158"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.010757"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.028257"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.028070"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021409"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.4.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.034431"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009030"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009188"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.004315"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.007052"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.007123"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009685"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009723"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.006088"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009115"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023238"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017936"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017159"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014544"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020111"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019731"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.025091"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018246"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023240"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018899"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016908"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018230"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022113"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019700"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020356"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026616"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.3.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013879"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.005434"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009600"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018191"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015455"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013917"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013601"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013260"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013812"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019180"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016081"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014634"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013563"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.025838"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019702"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022923"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016888"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013987"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014947"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017559"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016704"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016257"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015983"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018745"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018315"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022814"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024785"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.042194"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019192"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020199"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.2.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020275"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.008851"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.009467"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017644"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018196"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021300"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018456"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017404"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016373"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020945"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022823"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020544"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.21, 8.1.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022617"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021450"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017719"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019008"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016435"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020227"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017585"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021125"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023513"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021168"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020609"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021980"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022233"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021026"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026702"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016533"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017257"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024106"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018467"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.025514"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023847"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022071"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.1.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016848"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020603"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016072"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012397"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012370"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015776"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020941"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022692"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021794"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018666"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015326"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017146"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023176"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022272"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022712"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020907"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022270"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016561"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026346"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026892"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.036871"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020824"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018554"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024872"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024352"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023234"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022322"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024702"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023939"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 8.0.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022119"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019449"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024125"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021696"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014689"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015978"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020894"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022609"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014120"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013889"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015332"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017304"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022640"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023103"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.19, 7.4.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014757"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016070"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013196"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013867"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013572"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013618"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013668"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024273"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021605"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014123"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013710"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016978"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015018"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021351"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018335"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015474"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018444"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015605"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.4.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014803"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015179"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021159"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021084"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021446"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023370"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014413"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015641"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015015"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020136"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015209"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021157"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019890"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023070"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022929"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018649"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016881"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022458"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022302"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019869"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018548"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.031437"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021138"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026688"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016900"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022204"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017437"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018480"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018774"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018198"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015562"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014035"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017898"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016810"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.3.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016867"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.34
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017454"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024754"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.030356"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.024982"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.025477"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021619"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015861"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020870"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.020444"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016712"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015377"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013279"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015698"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.016021"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013776"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013795"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021863"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026709"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018868"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019020"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.046272"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021384"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017248"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.023282"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015536"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.021067"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.022597"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017311"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.017258"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013945"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.3
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015407"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015062"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015003"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.2.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015295"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.33
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011460"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.32
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012020"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.31
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011343"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.30
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012596"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.29
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013372"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.28
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012647"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.27
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011739"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.26
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.010992"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.25
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.028898"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.24
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.026440"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.23
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015879"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.22
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019872"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.21
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.018145"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.20
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.019098"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.19
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014264"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.18
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013612"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.17
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013817"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.16
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015907"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.15
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015782"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.14
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.014101"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.13
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012831"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.12
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011004"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.11
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.015466"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.10
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011431"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.9
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011540"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.8
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012939"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.7
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013278"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.6
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011981"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.5
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.010561"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.4
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.010803"
["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) "2025-08-08 12:09:23.000000"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.2
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.012051"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.1
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.011199"
["timezone_type"]=>
int(3)
["timezone"]=>
string(16) "Europe/Amsterdam"
}
- Output for 7.1.0
- object(DateTime)#2 (3) {
["date"]=>
string(26) "2025-08-08 12:09:23.013358"
["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) "2025-08-08 12:09: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:
60.63 ms | 827 KiB | 5 Q