add timezone identifier

This commit is contained in:
ghost 2024-01-24 04:50:52 +02:00
parent 6403b2fa8c
commit 72d40cfa1f

View File

@ -213,9 +213,10 @@ class MainController extends AbstractController
$day, $day,
$total, $total,
sprintf( sprintf(
$translatorInterface->trans('%s:00-%s:00 online %s'), $translatorInterface->trans('%s:00-%s:00 %s online %s'),
$hour, $hour,
$hour + 1, $hour + 1,
date('e'),
$total $total
), ),
'background-color-default', 'background-color-default',