Skip to content
Snippets Groups Projects
Verified Commit 1a90bb65 authored by Julian's avatar Julian
Browse files

Add date_timezone php.ini option

parent 3ef51e3b
Branches
No related tags found
No related merge requests found
......@@ -76,3 +76,4 @@ phpinidefault:
post_max_size: 64M
upload_max_filesize: 64M
memory_limit: 128M
date_timezone: UTC
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment