Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -1203,8 +1203,7 @@ |
1204 | 1204 | $prefill = array_fill_keys( array_values( $tzRegions ), array() ); |
1205 | 1205 | $opt = array_merge( $opt, $prefill ); |
1206 | 1206 | |
1207 | | - global $wgLocaltimezone; |
1208 | | - $now = date_create( 'now', $wgLocaltimezone ); |
| 1207 | + $now = date_create( 'now' ); |
1209 | 1208 | |
1210 | 1209 | foreach ( $tzs as $tz ) { |
1211 | 1210 | $z = explode( '/', $tz, 2 ); |