Searched defs:mktime (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c1329 ** The unused offset argument is for the benefit of mktime variants.
1703 ** The "best" way to do mktime I think is based on an idea of Bob
2082 mktime(tmp) function
2100 return mktime(tmp);
2147 const time_t t = mktime(tmp);

Completed in 40 milliseconds