Searched refs:tz_offset (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | timers.cc | 206 char tz_offset[41]; in LocalDateTimeString() local 218 tz_len = std::strftime(tz_offset, sizeof(tz_offset), "%z", timeinfo_p); in LocalDateTimeString() 225 offset_minutes = ::strtol(tz_offset, NULL, 10); in LocalDateTimeString() 232 ::snprintf(tz_offset, sizeof(tz_offset), "%c%02li:%02li", in LocalDateTimeString() 246 strncpy(tz_offset, "-00:00", kTzOffsetLen + 1); in LocalDateTimeString() 255 std::strncat(storage, tz_offset, sizeof(storage) - timestamp_len - 1); in LocalDateTimeString()
|