Microsoft Sync Framework Toolkit iPhone example - date format wrong?
问题 I am currently having trouble with upload in the sample - doesn't work with below error message "Invalid Date Time value received." It seem to be complaining about how the date is formatted as string - yyyy-MM-ddTHH:mm:ss.SS is how the iPhone sample code originally formatted it to, changed it to yy-mm-ddTHH:mm:ss:SSS as said in HTML5 example inline documentation, and few other formats, but no luck. What is the correct format? Here're what I've done to get the sample to work for download part.