Tim Starling has uploaded a new change for review. https://gerrit.wikimedia.org/r/93009
Change subject: Set date.timezone=UTC ...................................................................... Set date.timezone=UTC Will make Derick Rethans happy. Also, some log entries appeared in fatal.log with the wrong timezone, maybe this will fix it. Change-Id: I1296982fa20d94b2da47966908ecd60fde5b322e --- M files/php/php.ini.appserver M files/php/php.ini.cli.appserver M files/php/php.ini.cli.snaps.hardy M files/php/php.ini.cli.snaps.lucid M modules/applicationserver/files/php/php.ini M modules/applicationserver/files/php/php.ini.cli 6 files changed, 7 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/09/93009/1 diff --git a/files/php/php.ini.appserver b/files/php/php.ini.appserver index 7c4d4e4..64dbec9 100644 --- a/files/php/php.ini.appserver +++ b/files/php/php.ini.appserver @@ -7,6 +7,7 @@ display_errors = Off log_errors = On error_log = syslog +date.timezone = UTC ; Maximum file size (also in squid) post_max_size = 100M diff --git a/files/php/php.ini.cli.appserver b/files/php/php.ini.cli.appserver index 7f8a4c3..01035e9 100644 --- a/files/php/php.ini.cli.appserver +++ b/files/php/php.ini.cli.appserver @@ -7,6 +7,7 @@ display_errors = Off log_errors = On error_log = syslog +date.timezone = UTC ; Maximum file size (also in squid) post_max_size = 100M diff --git a/files/php/php.ini.cli.snaps.hardy b/files/php/php.ini.cli.snaps.hardy index 3850d19..ca1b55f 100644 --- a/files/php/php.ini.cli.snaps.hardy +++ b/files/php/php.ini.cli.snaps.hardy @@ -622,7 +622,7 @@ [Date] ; Defines the default timezone used by the date functions -;date.timezone = +date.timezone = UTC ;date.default_latitude = 31.7667 ;date.default_longitude = 35.2333 diff --git a/files/php/php.ini.cli.snaps.lucid b/files/php/php.ini.cli.snaps.lucid index 6adf8db..00c082e 100644 --- a/files/php/php.ini.cli.snaps.lucid +++ b/files/php/php.ini.cli.snaps.lucid @@ -948,7 +948,7 @@ [Date] ; Defines the default timezone used by the date functions ; http://php.net/date.timezone -;date.timezone = +date.timezone = UTC ; http://php.net/date.default-latitude ;date.default_latitude = 31.7667 diff --git a/modules/applicationserver/files/php/php.ini b/modules/applicationserver/files/php/php.ini index c88f861..9f379bc 100644 --- a/modules/applicationserver/files/php/php.ini +++ b/modules/applicationserver/files/php/php.ini @@ -7,6 +7,7 @@ display_errors = Off log_errors = On error_log = syslog +date.timezone = UTC ; Maximum file size (also in squid) post_max_size = 100M diff --git a/modules/applicationserver/files/php/php.ini.cli b/modules/applicationserver/files/php/php.ini.cli index 7f8a4c3..0f39d7d 100644 --- a/modules/applicationserver/files/php/php.ini.cli +++ b/modules/applicationserver/files/php/php.ini.cli @@ -7,6 +7,7 @@ display_errors = Off log_errors = On error_log = syslog +date.timezone = UTC ; Maximum file size (also in squid) post_max_size = 100M @@ -25,3 +26,4 @@ session.save_path = /tmp display_errors = On + -- To view, visit https://gerrit.wikimedia.org/r/93009 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1296982fa20d94b2da47966908ecd60fde5b322e Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Tim Starling <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
