hi i have problem with UTC time format that use in constant contact, i just add a email list using API v2 (with PHP) and here is my response 'created_date' => string '2014-12-12T18:37:55.000Z' 'modified_date' => string '2014-12-12T13:37:55.000-05:00' what is this difference for? beacuse this is not happend in adding contacts 'created_date' => string '2014-12-12T19:57:35.000Z' 'modified_date' => string '2014-12-12T19:57:35.000Z' so when i want to create some method to sync data with constant contact this is make some problem!
... View more