According to Mailchimp API we should "use YYYY-MM-DD to be safe" and now module just joins date array by "/" char, so this could lead us to not syncing date fields. I think, this issue is related to:

Providing patch which fixes sync problem for me, it constructs date string in a more strong way. Patch was made from 6.x-2.5.

CommentFileSizeAuthor
mailchimp-6.x-2.5-fix-date-merge.patch751 bytesDmitriy.trt
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bleedev’s picture

Component: Code » General
Status: Needs review » Closed (fixed)

Committed update to use correct date format.