Index: trunk/phase3/includes/Preferences.php |
— | — | @@ -143,7 +143,7 @@ |
144 | 144 | array( |
145 | 145 | 'type' => 'info', |
146 | 146 | 'label-message' => 'prefs-registration', |
147 | | - 'default' => $wgLang->timeanddate( $user->getRegistration() ), |
| 147 | + 'default' => $wgLang->timeanddate( $user->getRegistration(), true ), |
148 | 148 | 'section' => 'personal/info', |
149 | 149 | ); |
150 | 150 | } |