We have CF set up for taking event registrations. The timestamps on the CF entries are in the correct Pacific Coast time, however the time stamps in Civi on the activity and the participant record are set to what looks like UT.
The WordPress timezone is set to Pacific, and the system time (mysql and php) is also set to Pacific. There are no reports in the Civi status page of a timezone mismatch. When creating records in civi manually, they are using Pacific time.
Curious if there is anything going on in the processors within the plugin that would cause the records to be created using UT rather than the time set in WP?
To Reproduce
Create a form for event registration with civicrm processors for registrants
Register a participant for an event through the form
Review timestamp in civi on event registration for that participant
Expected behavior
Timestamp would be in Pacific Time, which is correctly reflected in CiviCRM, WordPress, MySQL, and PHP.
We have CF set up for taking event registrations. The timestamps on the CF entries are in the correct Pacific Coast time, however the time stamps in Civi on the activity and the participant record are set to what looks like UT.
The WordPress timezone is set to Pacific, and the system time (mysql and php) is also set to Pacific. There are no reports in the Civi status page of a timezone mismatch. When creating records in civi manually, they are using Pacific time.
Curious if there is anything going on in the processors within the plugin that would cause the records to be created using UT rather than the time set in WP?
To Reproduce
Expected behavior Timestamp would be in Pacific Time, which is correctly reflected in CiviCRM, WordPress, MySQL, and PHP.