conversion between time point and string
More...
|
|
std::ostream & | operator<< (std::ostream &os, const std::chrono::system_clock::time_point &tp) |
| | Print a timepoint.
|
| |
|
std::string | timePointToString (const std::chrono::system_clock::time_point &time) |
| | Convert a timepoint.
|
| |
|
std::chrono::system_clock::time_point | timePointFromString (const std::string &date) |
| | Extract a timepoint.
|
| |
conversion between time point and string