Searched refs:sLocal (Results 1 – 1 of 1) sorted by relevance
570 struct tm sLocal; in toLocaltime() local574 memset(&sLocal, 0, sizeof(sLocal)); in toLocaltime()596 if( osLocaltime(&t, &sLocal) ){ in toLocaltime()600 p->Y = sLocal.tm_year + 1900 - iYearDiff; in toLocaltime()601 p->M = sLocal.tm_mon + 1; in toLocaltime()602 p->D = sLocal.tm_mday; in toLocaltime()603 p->h = sLocal.tm_hour; in toLocaltime()604 p->m = sLocal.tm_min; in toLocaltime()605 p->s = sLocal.tm_sec + (p->iJD%1000)*0.001; in toLocaltime()