Setting PHP's default timezone

后端 未结 3 1592
离开以前
离开以前 2021-01-28 11:55

In my web app, I let the users choose their preferred timezone from a list (that contains all timezones that PHP supports).

Let\'s say that $_POST[\'timezone\']

3条回答
  •  旧巷少年郎
    2021-01-28 12:26

    This function changes the timezone for the execution of the script only. You could store the timezone in a session variable and set the time zone on top of every page.

提交回复
热议问题