HomeSort by relevance Sort by last modified time
    Searched refs:getUTCOffset (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
DateMath.h 119 double getUTCOffset(ExecState*);
156 utcOffset = static_cast<int>(getUTCOffset(exec) / WTF::msPerSecond + (isDST ? WTF::secondsPerHour : 0));
DateMath.cpp 436 //input is UTC so we have to shift back to local time to determine DST thus the + getUTCOffset()
    [all...]

Completed in 20 milliseconds