e9664b78cd
ES5.1 15.9.4.2 specifies that Date.parse (string) has to accept at least Date Time String Format: YYYY-MM-DDTHH:mm:ss.sssZ. But the spec allows implementation-specific fallbacks. Additionally ES5.1 15.9.1.15.1 specifies Extended years format, but isn't explicitly required to be accepted by Date.parse. But ES6 already clarified that Date.parse has to accept extended years format too. JerryScript-DCO-1.0-Signed-off-by: Csaba Osztrogonác oszi@inf.u-szeged.hu