Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching full:interpolate

6474         - Fixes many JavaScriptCore tests in other timezones.  The root problem is that on mac localtime() returns historically accurate information for DST, but the JavaScript spec explicitly states to not take into account historical information but rather to interpolate from valid years.