Home
last modified time | relevance | path

Searched refs:gmttime (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c910 time_t gmttime; in time2text() local
956 gmttime = gtime( &t ); in time2text()
957 timestr = NSLDAPI_CTIME( &gmttime, buf, sizeof(buf) ); in time2text()