Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Registered Date and Time not correct | Event Espresso - Staging Server
When a person registers the date that they register is shown correctly but the time is 2 hours earlier than actually happened. I’ve verified that the general settings in event espresso show the correct local time and the general settings for wordpress show the correct local time but the registration still shows 2 hours earlier. Any suggestions on where I can make a change to get the right time to show?
There is a Default timezone setting on the server, which you can find by looking at the phpinfo settings that will tell which timezone the server is set to. In this case, it sounds like PHP is set to a timezone that is two zones to the west of where you are at. If you don’t have a way to access phpinfo easily, there are WordPress plugins you can install that will help you find this information.
You can override that setting by editing the php.ini file on the line where it says:
If you do not have access to the php.ini file, you can add something like this to the top of wp-config.php and that will do the same thing:
date_default_timezone_set('America/Detriot');
Viewing 1 reply thread
The support post ‘Registered Date and Time not correct’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.