Al Joly
November 27, 2013 at 1:56 pm
Wordpress is set using the correct Timezone. In the Options in WordPress and EE Settings it shows the correct time.
But when customers register, the time is 1 hour off (1 hour earlier then it should be). Ex: Registered at 1:50PM, Registration shows 12:50PM.
Timezone is MST (Edmonton, Alberta Canada)
Dean
November 28, 2013 at 1:20 am
Add New Note to this Reply
Hi,
Is your time zone in General Settings set to UTC or to your closest city?
If it is UTC, please try setting the timezone to your nearest city.
Al Joly
November 28, 2013 at 10:25 am
Add New Note to this Reply
The city selected is my exact city!
Dean
November 29, 2013 at 3:09 am
Add New Note to this Reply
Hi,
Ok, thanks for checking that.
Then it sounds like the server time is different.
You could test this by following the instructions here: https://eventespresso.com/topic/incorrect-time-when-someone-registers/
Please not the code needed is:
<php echo date('Y-m-d H:i:s'); ?>
If the time comes back as different then you will need to contact your host regarding it.
Al Joly
November 29, 2013 at 10:20 am
Add New Note to this Reply
Got it working. Thnks.