Searched refs:sLocal (Results 1 – 1 of 1) sorted by relevance
25324 struct tm sLocal; in toLocaltime() local25328 memset(&sLocal, 0, sizeof(sLocal)); in toLocaltime()25350 if( osLocaltime(&t, &sLocal) ){ in toLocaltime()25354 p->Y = sLocal.tm_year + 1900 - iYearDiff; in toLocaltime()25355 p->M = sLocal.tm_mon + 1; in toLocaltime()25356 p->D = sLocal.tm_mday; in toLocaltime()25357 p->h = sLocal.tm_hour; in toLocaltime()25358 p->m = sLocal.tm_min; in toLocaltime()25359 p->s = sLocal.tm_sec + (p->iJD%1000)*0.001; in toLocaltime()