Searched refs:expanded_time (Results 1 – 1 of 1) sorted by relevance
343 const struct tm* expanded_time = localtime(&time); in HandleLocaltime() local347 if (expanded_time != NULL) { in HandleLocaltime()348 result_string = std::string(reinterpret_cast<const char*>(expanded_time), in HandleLocaltime()350 time_zone_string = expanded_time->tm_zone; in HandleLocaltime()