PHP query time difference of 8 hours

Source: Internet
Author: User
Tags what php
? Phpechodate (Y-m-dH: I: s); current time? The difference between the time obtained by this method and the standard time is 8 hours. From php5.1.0, php. date is added to ini. the timezone option is disabled by default, that is, the displayed time (no matter what php Command is used) is the difference between the Greenwich Mean Time and our time (Beijing time ).

? Php echo date (Y-m-d H: I: s); // current time? The difference between the time obtained by this method and the standard time is 8 hours. From php5.1.0, php. date is added to ini. the timezone option is disabled by default, that is, the displayed time (no matter what php Command is used) is the difference between the Greenwich Mean Time and our time (Beijing time ).

Echo date ("Y-m-d H: I: s"); // current time
?>

The difference between the time obtained by this method and the standard time is 8 hours;

From php5.1.0, the date. timezone option is added to php. ini, Which is disabled by default.

That is, the displayed time (no matter what php Command is used) is the Greenwich Mean Time.

The difference between the time and our time (Beijing time) is exactly 8 hours. In the following three ways, we can restore the normal time.

1. The simplest method is not to use php5.1 or a later version.

2. If it must be used and php. ini cannot be modified
Add date_default_timezone_set (XXX );
Cp does not have this problem

3. Once and for all, only php. ini can be modified. Open php. ini and find date. timezone. Remove the semicolon.
= Add XXX to the backend and restart the http service (such as apache2 or iis ).

For XXX, the available value in mainland China is Asia/Shanghai.

Available in Hong Kong and Taiwan regions: Asia/Macao, Asia/Hong_Kong, Asia/Taipei (in the order of Macao, Hong Kong, and Taipei)
Singapore: Asia/Singapore

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.