Searched refs:getLocalTime (Results 1 – 8 of 8) sorted by relevance
50 inline void getLocalTime(const time_t* localTime, struct tm* localTM) in getLocalTime() function65 using WTF::getLocalTime;
396 getLocalTime(&localTime, &localt); in calculateUTCOffset()447 getLocalTime(&localTime, &localTM); in calculateDSTOffsetSimple()
144 getLocalTime(&localTime, &localTM); in callDate()
226 getLocalTime(&now_t, &now); in processFileDateString()
3361 (WTF::getLocalTime):9299 Add using WTF::getLocalTime to CurrentTime.h11706 (WTF::getLocalTime):15205 (WTF::getLocalTime):15224 (WTF::getLocalTime): Moved the rest of the DateMath code here, and renamed28146 (WTF::getLocalTime):
1480 Fix MinGW build (broken in r35198) and simplify getLocalTime().1483 (KJS::getLocalTime):1618 (KJS::getLocalTime): For the Qt port, prefer to use Windows code, i.e.19204 * kjs/DateMath.h: Added getLocalTime();19207 (KJS::getLocalTime):19212 (KJS::DateObjectImp::callAsFunction): Switched to getLocalTime().
3244 (WTF::getLocalTime):9008 date/time type inputs. WTF::currentTimeMS() returns a UTC time, and WTF::getLocalTime()
53417 Use WTF::getLocalTime instead of localtime_r in FTPDirectoryDocument53421 WTF::getLocalTime which does the same thing.