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
2ed6754
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(),
Basic Information
DateTimeZone::__construct(): Unknown or bad timezone ()Steps to reproduce
?action=mlist)Expected result
No response
Actual result
No response
Version/Git revision
2ed6754
Database Engine
MySQL
Database Version
11.8.3-MariaDB
PHP Version
8.2.29
Logs
Additional Information
Possible fix:
User.php, replace
with