Searched refs:tm_info (Results 1 – 2 of 2) sorted by relevance
58 struct tm* tm_info = localtime(reinterpret_cast<time_t*>(&tm.tv_sec)); in gpr_format_timespec() local59 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()
62 struct tm* tm_info = localtime((const time_t*)&tm.tv_sec); in gpr_format_timespec() local63 strftime(time_buffer, sizeof(time_buffer), "%Y-%m-%dT%H:%M:%S", tm_info); in gpr_format_timespec()