Skip to content

Commit 6e1377b

Browse files
committed
Set date.timezone to UTC.
1 parent 931b981 commit 6e1377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deb/php/php.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ cli_server.color = On
944944
[Date]
945945
; Defines the default timezone used by the date functions
946946
; http://php.net/date.timezone
947-
;date.timezone =
947+
date.timezone = UTC
948948

949949
; http://php.net/date.default-latitude
950950
;date.default_latitude = 31.7667

0 commit comments

Comments
 (0)