HomeSort by relevance Sort by last modified time
    Searched defs:utctime (Results 1 - 2 of 2) sorted by null

  /external/honggfuzz/libcommon/
log.c 105 struct tm utctime; local
106 localtime_r(&ltstamp, &utctime);
108 if (strftime(timestr, sizeof(timestr) - 1, "%FT%T%z", &utctime) == 0) {
  /external/boringssl/src/include/openssl/
asn1.h 463 ASN1_UTCTIME * utctime; member in union:asn1_type_st::__anon14366
    [all...]

Completed in 177 milliseconds