#include "rutz/timeformat.h"
#include "rutz/fstring.h"
Go to the source code of this file.
Functions | |
rutz::fstring | rutz::format_time (const timeval &tval, const char *formatstring="%a %b %d %H:%M:%S %Z %Y") |
Return a formatted string (a la strftime) for the given timeval. |
Definition in file timeformat.cc.