fholm / IronJS

IronJS - A JavaScript implementation for .NET
http://ironjs.wordpress.com
Apache License 2.0
680 stars 79 forks source link

Implement Missing Features and Verify Conformance of the Date Objects #63

Open ChaosPandion opened 13 years ago

ChaosPandion commented 13 years ago

Specification Section 15.9

mattjohnsonpint commented 11 years ago

If you ever get to this, please don't adhere to 15.9.1.18 from ES5.1. What you are doing today is closer to the recomendation of ES6, and should stay in.

See http://codeofmatt.com/2013/06/07/javascript-date-type-is-horribly-broken/

Thanks.