I read whole info about boost::chrono and still didn`t get how to convert boost::chrono::system_clock to string in easy way. For example, I want to get current time and convert it to string in next format: hh:mm:ss. For example I wan receive smth like this - 24:55:03. I can receive current time in next way:
auto current_time = boost::chrono::system_clock::now()
How simply to format current_time to string. It sad but I can`t find any help in boost documentation and in google.