revert r85177 since a lot of people don't set their $wgLocaltimezone
authorMark A. Hershberger <mah@users.mediawiki.org>
Mon, 4 Apr 2011 18:47:28 +0000 (18:47 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Mon, 4 Apr 2011 18:47:28 +0000 (18:47 +0000)
includes/Preferences.php

index 63b6b90..53533f9 100644 (file)
@@ -1203,8 +1203,7 @@ class Preferences {
                        $prefill = array_fill_keys( array_values( $tzRegions ), array() );
                        $opt = array_merge( $opt, $prefill );
 
-                       global $wgLocaltimezone;
-                       $now = date_create( 'now', $wgLocaltimezone );
+                       $now = date_create( 'now' );
 
                        foreach ( $tzs as $tz ) {
                                $z = explode( '/', $tz, 2 );