Home | History | Annotate | Download | only in dist

Lines Matching refs:nHr

19724   int nHr, nMn;
19740 if( getDigits(zDate, "20b:20e", &nHr, &nMn)!=2 ){
19744 p->tz = sgn*(nMn + nHr*60);