You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After the clock has rolled over to the next day UTC, the overview chart fails to load.
To Reproduce
Steps to reproduce the behavior:
wait for a new UTC day to start.
refresh the overview page
the overview chart doesn't draw.
Expected behavior
the overview chart shows 24/7
Code or log snippets
The issue is the overview.php here is not using the system's timezone or php has lost the system timezone from the call of date_default_timezone_set in the index.php. Maybe it's a different process of php running.
The text was updated successfully, but these errors were encountered:
Describe the bug
After the clock has rolled over to the next day UTC, the overview chart fails to load.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the overview chart shows 24/7
Code or log snippets
The issue is the overview.php here is not using the system's timezone or php has lost the system timezone from the call of
date_default_timezone_set
in the index.php. Maybe it's a different process of php running.The text was updated successfully, but these errors were encountered: