PHP timezone not set

后端 未结 3 2073
旧巷少年郎
旧巷少年郎 2020-12-03 23:06

First of all, i don\'t have access to the php.ini in the webserver.

In my local server I put date.timezone = \"Europe/Lisbon\" in my php.ini.

Is

3条回答
  •  时光取名叫无心
    2020-12-03 23:32

    Your problem is not difficult. You can change date.timezone in the php.ini and delete => ; <= is the comment in the php.ini

    for example [Date]

    ; Defines the default timezone used by the date functions

    ; http://php.net/date.timezone

    date.timezone =Europe/Paris

    http://www.commentcamarche.net/forum/affich-14406518-probleme-avec-l-heure-en-php

提交回复
热议问题