mecachisenros / cf-civicrm

Caldera Forms CiviCRM Integration
GNU Affero General Public License v3.0
30 stars 26 forks source link

Time zone posting events to civi in UT rather than system or CMS time zone #169

Open kelizoliva opened 4 years ago

kelizoliva commented 4 years ago

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

  1. Create a form for event registration with civicrm processors for registrants
  2. Register a participant for an event through the form
  3. 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.

agileware-justin commented 4 years ago

Same issue as https://github.com/mecachisenros/cf-civicrm/issues/167