Ok, then the most likely cause for this is a plugin (or the theme) is calling date_default_timezone_set()
I notice in one of your previous threads you had the AJAX event calendar plugin which caused this previously and you commented out code:
$timezone = get_option('timezone_string');
if ($timezone) {
date_default_timezone_set($timezone);
} else {
// TODO: look into converting gmt_offset into timezone_string
date_default_timezone_set('UTC');
}
If that plugin has recently been updated this code may be live once again.
It could be any number of plugins using that function so this will require a little trouble shooting. I would start by de-activating all Non-EE plugins and re-run a registration, then check the dates/times shown, are they now correct?
The support post ‘EE4 Registrations show wrong time of registration’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.