From 2cae0f1d6508398d0de3d204ef189c23e306b8ad Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Mon, 6 Jul 2009 18:50:33 +0000 Subject: [PATCH] Put registration time in local timezone --- includes/Preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); } -- 2.20.1