XF 1.3 Issue with time zone

Where is the wrong time showing?

You can debug the clock by adding this code to the templates:

Admin CP -> Appearance -> Templates -> PAGE_CONTAINER

Add this code to the top:

Code:
{xen:datetime $serverTime, 'absolute'}

Now every forum page will show the date and time (in your user's time zone).
 
Top Bottom