Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations.cpp103 static const char* timestamp_format = "%Y%m%d-%H%M%S"; variable
143 first_timestamp.get().strftime(timestamp_format)); in generate_log_name()
178 now.strftime(timestamp_format) % level_to_char(message_level) % in log()