mirror of
https://github.com/YGGverse/HLState.git
synced 2025-02-10 22:14:14 +00:00
add timezone identifier
This commit is contained in:
parent
6403b2fa8c
commit
72d40cfa1f
@ -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…
x
Reference in New Issue
Block a user