From: Andrew Garrett Date: Mon, 6 Jul 2009 18:50:33 +0000 (+0000) Subject: Put registration time in local timezone X-Git-Tag: 1.31.0-rc.0~41092 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=2cae0f1d6508398d0de3d204ef189c23e306b8ad;p=lhc%2Fweb%2Fwiklou.git Put registration time in local timezone --- diff --git a/includes/Preferences.php b/includes/Preferences.php index e8e7e146fa..fc2642ca30 100644 --- a/includes/Preferences.php +++ b/includes/Preferences.php @@ -143,7 +143,7 @@ class Preferences { array( 'type' => 'info', 'label-message' => 'prefs-registration', - 'default' => $wgLang->timeanddate( $user->getRegistration() ), + 'default' => $wgLang->timeanddate( $user->getRegistration(), true ), 'section' => 'personal/info', ); }