As you know the format is like:
\"YYYY-MM-DDTHH:NN:SS.ZZZ+XX:XX\" (i.e. \"2009-03-24T16:24:32.057+01:00\")
I have to do it in a ActionScript3
Regex should be something like this:
\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}\+\d{2}:\d{2}