HomeSort by relevance Sort by last modified time
    Searched full:tmrec (Results 1 - 1 of 1) sorted by null

  /external/icu4c/common/
putil.c 300 struct tm tmrec; local
302 uprv_memset( &tmrec, 0, sizeof(tmrec) );
303 tmrec.tm_year = 70;
304 tmrec.tm_mon = 0;
305 tmrec.tm_mday = 1;
306 t1 = mktime(&tmrec); /* seconds of 1/1/1970*/
309 uprv_memcpy( &tmrec, gmtime(&t), sizeof(tmrec) );
310 t2 = mktime(&tmrec); /* seconds of current GMT*
    [all...]

Completed in 2989 milliseconds