alexjamesbrown / JoeBlogs

Wordpress / Metaweblog API Wrapper
53 stars 40 forks source link

WordPressWrapper.GetComment(...) populates Comment.DateCreated only with default value #24

Open punjabisoul opened 11 years ago

punjabisoul commented 11 years ago

Not sure if anyone else has seen this, but I am unable to get DateCreated for Comments In the Mapper.cs the method internal static Comment Comment(XmlRpcComment input) the value input.dateCreated = {01/01/0001 00:00:00}

This works fine for the Post just not for Comments, my fear is that it could be an issue within "CookComputing.XmlRpcV2" but would like to be wrong and that there is an easy fix for it.

ldt25290 commented 10 years ago

I have the same problem, is there a solution ?

Thanks