The timezone setting method in php. If you are using an independent server and have the permission to modify the configuration file, you can set the time zone by modifying the date. timezone attribute in php. ini. You can set the value of this
Detailed description of date. timezone settings in php. ini, php. initimezone
Date. timezoneSet the default value of date. timezone in php5 to utc and change it to date. timezone = PRC to solve the eight-hour time difference problem. However, I did
When PHP versions later than php5.3 are used, if it is time-related, "Php warning: Date () [function. DATE]: it is not safe to rely on the system's timezone settings. you are * required * to use the date. timezone setting or the
Set and analyze date. timezone in php. ini. Although we know that this parameter represents the meaning of "People's Republic of China", this parameter is not found in the official documentation. only AsiaShanghai, AsiaHong_Kong, and so on are these
The current time obtained in the PHP script is Beijing time. Modify the PHP configuration file as follows:1. date. timezone = Etc/GMT-8// In the configuration file, set the default time zone to zone 8 (Beijing time)Add one more sentence to the
PHP. ini needs to be configured for a higher PHP version.
Solution
1: Change PHP. ini
[Date]
; Defines the default timezone used by the date functions
Http://php.net/date.timezone
Date. timezone = 'Asia/Shanghai'
2: Write in program code
CodeIgniter TimeZone time zone problem and PHP time zone setting
I used the CodeIgniter framework to build the site, use Date (' y-m-d h:i:s ') to get the time and deposit it in the database, but today I found that the time to deposit was much
Php security configuration records and common errors (Summary), common php errors
After the php environment is deployed, some security settings are made. In addition to being familiar with various php vulnerabilities, you can also configure php. ini
After the php environment is deployed, some security settings are made. in addition to being familiar with various php vulnerabilities, you can also configure php. ini to reinforce the runtime environment of PHP, and PHP has been officially modified
Although it is known that this parameter means "People's Republic of China", but the official document does not have such parameters, only Asia/shanghai, Asia/hong_kong and so on these parameters ah, why here can be set to RPC, which is the point of
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.