php regional time setting method: 1. Use the "date_default_timezone_set" function, the syntax is "date_default_timezone_set("region")"; 2. Open the php.ini file, find and modify the value of "date.timezone".
The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer
php default time is European Greenwich Mean Time (Europe/Berlin), which is exactly 8 hours apart. You can modify the time zone according to your needs.
1. Use the date_default_timezone_set function
Enter the php file and use the date_default_timezone_set function where the time is initialized to change the time zone to what we need.
date_default_timezone_set("PRC"); echo "time:".date("Y-m-d H:i:s",time());
2. Modify the php.ini configuration file
Enter the php.ini configuration file and change the default time zone to the time zone you need.
;date.timezone=Europe/Berlin date.timezone=PRC
In fact, the easiest way is not to use php5.1 or above, but obviously this is not an advisable method.
Add some common settings:
People's Republic of China: PRC;
Available in mainland China: Asia/Chongqing, Asia/Shanghai, Asia/Urumqi (in order Chongqing, Shanghai , Urumqi)
Available in Hong Kong and Taiwan: Asia/Macao, Asia/Hong_Kong, Asia/Taipei (in order, Macau, Hong Kong, Taipei)
Recommended tutorial: php video tutorial
The above is the detailed content of How to set php regional time. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

SecLists
SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

Notepad++7.3.1
Easy-to-use and free code editor

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software
