Is there a mod or code that will remove the "Local Time" from the User's Profile?
(http://i.imgur.com/PXFQAZt.png)
Keep a copy of the original file, in case I have this wrong, won't you?
Profile.template.php (In the default theme's directory). I believe you want to remove this:
echo '
<dt>', $txt['local_time'], ':</dt>
<dd>', $context['member']['local_time'], '</dd>';
Thanks, It worked!
(http://www.katzy.dsl.pipex.com/Smileys/c014.gif)