dbErrorLog can now be forced to UTC
authorAntoine Musso <hashar@free.fr>
Fri, 13 Jul 2012 14:53:06 +0000 (16:53 +0200)
committerAntoine Musso <hashar@free.fr>
Fri, 13 Jul 2012 14:56:36 +0000 (16:56 +0200)
commitbc6d5fb88a55af033d759e7f6165d7ceaf4cd77e
treeddaa748495d2468bbae82ea6f45b26a0c2d84d56
parentc5e154664dab97832ff8139936d427d34816f753
dbErrorLog can now be forced to UTC

$wgDBerrorLog is used to log database error. It is using
$wgLocalTimezone to format the date which might not always be wanted in
a multi Timezone cluster of wiki.

wgDBerrorLogInUTC , when true, will override the Wiki timezone to uses
UTC whenever a database error is logged.

Change-Id: I091d6029272b69db0aefdebfc37896d0a8e8770e
RELEASE-NOTES-1.20
includes/DefaultSettings.php
includes/GlobalFunctions.php