Searched refs:pTm (Results 1 – 1 of 1) sorted by relevance
186 struct tm* pTm = FXSYS_localtime(&t); in FX_GetDateTime() local187 double t1 = TimeFromYear(pTm->tm_year + 1900); in FX_GetDateTime()188 return t1 + pTm->tm_yday * 86400000.0 + pTm->tm_hour * 3600000.0 + in FX_GetDateTime()189 pTm->tm_min * 60000.0 + pTm->tm_sec * 1000.0; in FX_GetDateTime()