-
Notifications
You must be signed in to change notification settings - Fork 265
Open
Labels
Description
Basic Information
DateTimeZone::__construct(): Unknown or bad timezone ()
Steps to reproduce
- Go to the member list (
?action=mlist)
Expected result
No response
Actual result
No response
Version/Git revision
Database Engine
MySQL
Database Version
11.8.3-MariaDB
PHP Version
8.2.29
Logs
Additional Information
Possible fix:
User.php, replace
'local_time' => Time::create('now', $this->timezone)->format(null, false),with
'local_time' => Time::create()->format(),