Skip to content

Timezone error occuring in PHP 5.3 #3

@hikaru-shindo

Description

@hikaru-shindo

Since 5.3 PHP claims warnings if no script timezone is set because it is not safe to rely on system settings.

You should add something like:

date_default_timezone_set('Europe/Berlin');

to the configuratiion

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions