Set up the time zone in php. ini so that the date function does not appear in the warning

Source: Internet
Author: User
Php. ini sets the time zone so that the date function does not show the warningphp page. for the time-to-function processing, Itisnotsafetorelyonthesystemstimezonesettings appears. youare * required * tousethedate. timezonesettingorthedate_de php. ini sets the time zone so that the date function does not display the warning

The php page appears for time-to-function processing:

It is not safe to rely on the system's timezone settings. You are * required * to use the date. timezone setting or the date_default_timezone_set () function.

?

?

Cause and solution:
? ? This is because the time taken by PHP is Greenwich mean time, so there will be a difference between the GMT standard time and the Beijing time by about eight hours. we can solve this problem according to the following method.

Solution:

1. use date_default_timezone_set () in the page header to set my default time zone to Beijing time, that is


Date_default_timezone_set ("PRC ");

?> You can.

2. in php. set date in ini. the value of timezone is PRC, and the value after setting is date. timezone = PRC, cancel the comments of this line of code at the same time, that is, remove the semicolon above.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.