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

/bionic/libc/tzcode/
H A Dprivate.h342 # undef localtime macro
343 # define localtime tz_localtime macro
386 struct tm *localtime(time_t const *);
H A Dlocaltime.c184 ** ctime, gmtime, localtime] return values in one of two static
1387 ** The easy way to behave "as if no library function calls" localtime
1499 // http://b/31339449: POSIX says localtime(3) acts as if it called tzset(3), but upstream
1512 localtime(const time_t *timep) function
1524 ** gmtsub is to gmtime as localsub is to localtime.
1717 ** asctime(localtime(timer))
1719 struct tm *tmp = localtime(timep);

Completed in 54 milliseconds