Im trying to convert a bunch of NSStrings into NSDate objects. Here is an example string:
2013-04-25T15:51:30.427+1.00
But I can\'t figure
The proper format is yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ.
yyyy-MM-dd'T'HH:mm:ss.SSSZZZZZ
See Unicode Date Format Patterns.
Also, the ZZZZZ format for the +00:00 timezone format was added to iOS 6 and is not supported under iOS 5 or earlier.
ZZZZZ
+00:00