I need to read an XML message from an MSMQ. This message contains dateTimes in the ISO 8601 format (see http://www.w3.org/TR/xmlschema-2/#dateTime for more information). For example: 12/01/2012 14:00 would be represented in the XML message as "2012-01-12T14:00:00.00+00:00". I then need to store this as a TimeStampOffset.
Does anyone have any experience of converting ISO 8601 dateTimes to Jade TimeStampOffset types?