This commit is contained in:
Thijs Stobbelaar 2023-11-16 16:27:52 +01:00
parent 874592e9db
commit 036469fce5
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@
}
$date = new DateTime($match['createdAt']);
$date->modify('+2 hours');
$date->modify('+1 hours');
$formattedDate = $date->format('m-d H:i:s');
$matchType = $match['matchType'];