danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Fixed Export API support #87

Closed mikkoh85 closed 10 years ago

mikkoh85 commented 10 years ago

Hi!

Now parsing is working as intended and I made MailChimExportManager.cs. I also put parsing commands to helper methods. Public helper method ConvertDateTimeToUtcString(DateTime date) Formats a date parameter for the mailchimp API. Automatically converts to UTC time, including summertime.

mikkoh85 commented 10 years ago

Thank you! I'll fix a bit messy comments later!