Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

how to convert facebook "update_time" string ISO-8601 datetime to DateTime

2013-01-15T11:53:45+0000

This does not work How to create a .Net DateTime from ISO 8601 format

This also does not work .net parsing ISO 8601 string to DateTime?

share|improve this question
Have you tried this? It seems to work with your date time :) – Shani Elharrar Jan 19 at 6:09
@ShaniElharrar thanks :) that did the trick ! :D – 001 Jan 19 at 6:22
1  
@ShaniElharrar, using a DateTime will drop of the time zone offset. Its better to use DateTmeOffset as I answered. – Richard Schneider Jan 19 at 6:25

closed as not a real question by Mitch Wheat, Igy, Sankar Ganesh, Frank van Puffelen, Mark Linus Jan 19 at 16:25

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.