LLVM 20.0.0git
|
Format provider for TimePoint<> More...
#include "llvm/Support/Chrono.h"
Static Public Member Functions | |
static void | format (const sys::TimePoint<> &TP, llvm::raw_ostream &OS, StringRef Style) |
Format provider for TimePoint<>
The options string is a strftime format string, with extensions:
If no options are given, the default format is "%Y-%m-%d %H:%M:%S.%N".
|
static |