设置php时区

This commit is contained in:
augushong
2024-11-15 16:55:00 +08:00
parent 118e27c2b1
commit ab30204694

View File

@@ -10,6 +10,8 @@ max_execution_time = 0
; POST大小不限制
post_max_size = -1
; 设置时区
date.timezone = "Asia/Shanghai"
[Zend Opcache]