Add date_timezone php.ini option
This commit is contained in:
parent
3ef51e3be1
commit
1a90bb657a
2 changed files with 2 additions and 1 deletions
|
|
@ -76,3 +76,4 @@ phpinidefault:
|
||||||
post_max_size: 64M
|
post_max_size: 64M
|
||||||
upload_max_filesize: 64M
|
upload_max_filesize: 64M
|
||||||
memory_limit: 128M
|
memory_limit: 128M
|
||||||
|
date_timezone: UTC
|
||||||
|
|
|
||||||
|
|
@ -925,7 +925,7 @@ cli_server.color = On
|
||||||
[Date]
|
[Date]
|
||||||
; Defines the default timezone used by the date functions
|
; Defines the default timezone used by the date functions
|
||||||
; http://php.net/date.timezone
|
; http://php.net/date.timezone
|
||||||
date.timezone = "UTC"
|
date.timezone = "{{ phpini.date_timezone }}"
|
||||||
|
|
||||||
; http://php.net/date.default-latitude
|
; http://php.net/date.default-latitude
|
||||||
;date.default_latitude = 31.7667
|
;date.default_latitude = 31.7667
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue