Skip to content

[3.0]: Unknown or bad timezone #9037

@dragomano

Description

@dragomano

Basic Information

DateTimeZone::__construct(): Unknown or bad timezone ()

Steps to reproduce

  1. 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(),

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions