How are you currently parsing ISO8601 dates e.g. 2010-02-23T23:04:48Z in JavaScript?
Some browsers return NaN (including Chrome) when using the cod
This is an excellent implementation which covers edge cases and falls back to native implementation. https://github.com/csnover/js-iso8601/