Index: trunk/phase3/includes/db/DatabasePostgres.php |
— | — | @@ -192,8 +192,6 @@ |
193 | 193 | } |
194 | 194 | |
195 | 195 | $this->doQuery( "SET client_encoding='UTF8'" ); |
196 | | - $this->doQuery( "SET datestyle = 'ISO, YMD'" ); |
197 | | - $this->doQuery( "SET timezone = 'GMT'" ); |
198 | 196 | |
199 | 197 | global $wgDBmwschema; |
200 | 198 | if ( isset( $wgDBmwschema ) |