N NYCFC Member Mar 21, 2014 #1 I set the time zone to eastern but it still shows the time being way off, forward by about 5 hours.
Jake Bunce Well-known member Mar 21, 2014 #2 If the time zone is correct in your user prefs: http://xenforo.com/community/account/preferences ...but the time shows wrong then that means your server clock is wrong. Ask your host or server admin to fix the clock. Upvote 0 Downvote
If the time zone is correct in your user prefs: http://xenforo.com/community/account/preferences ...but the time shows wrong then that means your server clock is wrong. Ask your host or server admin to fix the clock.
N NYCFC Member Mar 21, 2014 #3 I asked them and they said there is nothing wrong on their end and the time is in fact correct... My site is http://nycfcforums.com Upvote 0 Downvote
I asked them and they said there is nothing wrong on their end and the time is in fact correct... My site is http://nycfcforums.com
Jake Bunce Well-known member Mar 22, 2014 #4 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). Upvote 0 Downvote
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).