I want understand how to work std::put_time, and how can I get date stamp in \"YYYY/MM/DD HH:MM:SS\" format. Now I write somthing like this:
std::chrono::tim
See this reference. It's actually the same as for the old strftime function, with some extra formats thrown in.