dbErrorLog can now be forced to UTC
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index eed7d58..c1c73d2 100644 (file)
@@ -1381,6 +1381,11 @@ $wgMasterWaitTimeout = 10;
 
 /** File to log database errors to */
 $wgDBerrorLog = false;
+/**
+ * Override wiki timezone to UTC for wgDBerrorLog
+ * @since 1.20
+ */
+$wgDBerrorLogInUTC = false;
 
 /** When to give an error message */
 $wgDBClusterTimeout = 10;