mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
add timezone identifier
This commit is contained in:
parent
6403b2fa8c
commit
72d40cfa1f
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue