aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/ucp/ucp_profile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/ucp/ucp_profile.php b/phpBB/includes/ucp/ucp_profile.php
index a7b6eb29a1..2ac82fb52f 100644
--- a/phpBB/includes/ucp/ucp_profile.php
+++ b/phpBB/includes/ucp/ucp_profile.php
@@ -665,7 +665,7 @@ class ucp_profile
'KEY' => $row['key_id'],
'IP' => $row['last_ip'],
- 'LOGIN_TIME' => $row['last_login'],
+ 'LOGIN_TIME' => $user->format_date($row['last_login']),
));
}