s
This commit is contained in:
parent
874592e9db
commit
036469fce5
2 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ $lastMatches = array_slice($allMatches, 0, 8);
|
|||
foreach ($lastMatches as $match) {
|
||||
$matchid = $match['id'];
|
||||
$date = new DateTime($match['createdAt']);
|
||||
$date->modify('+2 hours');
|
||||
$date->modify('+1 hours');
|
||||
$formattedDate = $date->format('m-d H:i:s');
|
||||
echo "<tr>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue