Searched refs:local_time (Results 1 – 5 of 5) sorted by relevance
111 auto local_time = *std::localtime(&now); in TimeUpdate() local114 auto t_local_time = std::mktime(&local_time); in TimeUpdate()120 ss << "%CTZV: \"" << std::setfill('0') << std::setw(2) << local_time.tm_year % 100 << "/" in TimeUpdate()121 << std::setfill('0') << std::setw(2) << local_time.tm_mon + 1 << "/" in TimeUpdate()122 << std::setfill('0') << std::setw(2) << local_time.tm_mday << "," in TimeUpdate()123 << std::setfill('0') << std::setw(2) << local_time.tm_hour << ":" in TimeUpdate()124 << std::setfill('0') << std::setw(2) << local_time.tm_min << ":" in TimeUpdate()125 << std::setfill('0') << std::setw(2) << local_time.tm_sec in TimeUpdate()128 << local_time.tm_isdst << "\""; in TimeUpdate()
265 auto local_time = *std::localtime(&now); in GetCurrentTimeStamp() local268 auto t_local_time = std::mktime(&local_time); in GetCurrentTimeStamp()273 time_stamp += IntToHexString(local_time.tm_year % 100); in GetCurrentTimeStamp()274 time_stamp += IntToHexString(local_time.tm_mon + 1); in GetCurrentTimeStamp()275 time_stamp += IntToHexString(local_time.tm_mday); in GetCurrentTimeStamp()276 time_stamp += IntToHexString(local_time.tm_hour); in GetCurrentTimeStamp()277 time_stamp += IntToHexString(local_time.tm_min); in GetCurrentTimeStamp()278 time_stamp += IntToHexString(local_time.tm_sec); in GetCurrentTimeStamp()
59 local_time.default \
65 local_time.default \
57 local_time.default \