Closed (fixed)
Project:
Mailchimp
Version:
6.x-2.5
Component:
General
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jul 2011 at 07:16 UTC
Updated:
26 Sep 2011 at 19:44 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| mailchimp-6.x-2.5-fix-date-merge.patch | 751 bytes | dmitriy.trt |
Comments
Comment #1
bleedev commentedCommitted update to use correct date format.