XF 1.3 Issue with time zone

NYCFC

Member
Licensed customer
I set the time zone to eastern but it still shows the time being way off, forward by about 5 hours.
 
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).
 
Back
Top Bottom