Lines Matching refs:DST
4000 - DST changes in US affect JavaScript date calculations (12975)
4001 This fix was to ensure we properly test for the new changes to DST in the US.
4002 Also this fixes when we apply DST, now we correctly map most past years to current
4003 DST rules. We still have a small issue with years before 1900 or after 2100.
4006 * kjs/DateMath.cpp: Fix DST to match spec better.
4016 …* tests/mozilla/ecma/jsref.js: Added functions for finding the correct days when DST starts and en…
4017 …* tests/mozilla/ecma/shell.js: Added back in the old DST functions for ease of merging with mozill…
4018 …* tests/mozilla/ecma_2/jsref.js: Added functions for finding the correct days when DST starts and …
4019 …* tests/mozilla/ecma_3/Date/shell.js: Added functions for finding the correct days when DST starts…
4037 - Actually update tests for new DST rules.
4075 - Update tests for new DST rules.
6474 …m is that on mac localtime() returns historically accurate information for DST, but the JavaScript…
7070 …Added our own tm struct to have a consistent set of fields, which lets us display the DST offset a…
7103 … DST and TimeZones were wrong in some cases, specifically on some of the dates where DST changes.
15910 Date conversion to local time gets the DST flag wrong sometimes
18437 have the same quirk about the DST field as the real mktime.