Issue 1828: parseISO8601 accepting "2013-9-9 9:0:0"
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by luis.kau...@gmail.com, May 9, 2013
I change this (look the regex):

var m = s.match(/^([0-9]{4})(-([0-9]{1,2})(-([0-9]{1,2})([T ]([0-9]{1,2}):([0-9]{1,2})(:([0-9]{1,2})(\.([0-9]+))?)?(Z|(([-+])([0-9]{2})(:?([0-9]{2}))?))?)?)?)?$/);
    if (!m) {
        return null;
    }

to accept "2013-9-9 9:0:0" or equals

Error found in IE8 only

Is correct my change?
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid