Searched defs:TZ_DIFF (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
H A Dshell.js37 var TZ_DIFF = getTimeZoneDiff(); variable
208 * Originally, the test suite used a hard-coded value TZ_DIFF = -8.
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
H A Dshell.js226 var TZ_DIFF = getTimeZoneDiff(); // offset of tester's timezone from UTC variable
228 var PST_DIFF = TZ_DIFF - TZ_PST; // offset of tester's timezone from PST
236 * Originally, the test suite used a hard-coded value TZ_DIFF = -8.
273 var t = ResultArray[TIME] + TZ_DIFF*msPerHour;
491 return ( TZ_DIFF * msPerHour );
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
H A Dshell.js225 var TZ_DIFF = getTimeZoneDiff(); variable
226 var TZ_ADJUST = TZ_DIFF * msPerHour;
240 * Originally, the test suite used a hard-coded value TZ_DIFF = -8.
433 return ( TZ_DIFF * msPerHour );

Completed in 165 milliseconds