See this Jira regarding the issue -
http://tracker.vbulletin.com/browse/VBV-13952 (Note, you must first login to the vbulletin.com forums as a Licensed User before you may see the Jira issue.)
There is a temporary fix posted in there which I have not tried.
Quote:
Find this in template footer:
HTML Code:
{vb:phrase footer_current_time, {vb:if user.timezoneoffset, {vb:raw user.timezoneoffset}}, {vb:date 'timenow', {vb:raw vboptions.timeformat}}}
Change it to:
HTML Code:
{vb:phrase footer_current_time, {vb:if user.timezoneoffset, {vb:raw user.timezoneoffset}}, {vb:datetime 'timenow', time}}
|