Home
last modified time | relevance | path

Searched refs:time_iso8601_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_log_config.h44 std::array<char, sizeof("2014-11-15T12:58:24.741+09:00")> time_iso8601_buf; member
Dshrpx_log_config.cc40 time_iso8601 = util::format_iso8601(time_iso8601_buf.data(), tp); in Timestamp()