#include <formatTime.h>
|
static constexpr char const * | format {"%d-%b-%Y %H:%M:%S %Z"} |
|
Definition at line 15 of file formatTime.h.
std::string mf::timestamp::Legacy::get_time |
( |
timeval const & |
t | ) |
|
|
static |
Definition at line 23 of file formatTime.cc.
27 strftime(ts,
sizeof(ts),
format, localtime_r(&
t.tv_sec, &timebuf));
static constexpr char const * format
constexpr char const* mf::timestamp::Legacy::format {"%d-%b-%Y %H:%M:%S %Z"} |
|
static |
The documentation for this struct was generated from the following files: