Add date_timezone php.ini option

This commit is contained in:
Julian Rother 2022-08-03 22:33:40 +02:00
parent 3ef51e3be1
commit 1a90bb657a
No known key found for this signature in database
GPG key ID: 8F9B6AE9BAAE4899
2 changed files with 2 additions and 1 deletions

View file

@ -76,3 +76,4 @@ phpinidefault:
post_max_size: 64M
upload_max_filesize: 64M
memory_limit: 128M
date_timezone: UTC

View file

@ -925,7 +925,7 @@ cli_server.color = On
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = "UTC"
date.timezone = "{{ phpini.date_timezone }}"
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667