I\'m trying to convert the following string to datetime. I\'ve searched high and low and can\'t find the exact formats string and I don\'t want to resort to parsing it manually.
Have you tried this:
DateTime.ParseExact("20110828T134108+0100", "yyyyMMdd'T'HHmmsszzzz", CultureInfo.InvariantCulture);