Home
last modified time | relevance | path

Searched refs:pGmt (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp830 struct tm* pGmt = gmtime(&now); in GetLocalTimeZone() local
832 *pHour = pLocal->tm_hour - pGmt->tm_hour; in GetLocalTimeZone()
833 *pMin = pLocal->tm_min - pGmt->tm_min; in GetLocalTimeZone()
834 *pSec = pLocal->tm_sec - pGmt->tm_sec; in GetLocalTimeZone()
2315 struct tm* pGmt = gmtime(&now); in Time() local
2317 (pGmt->tm_hour * 3600 + pGmt->tm_min * 60 + pGmt->tm_sec) * 1000); in Time()