I tried to use boost/chrono....
using boost::chrono::high_resolution_clock::now().time_since_epoch()
I am not able to get the current system time instead I get Thu Jan 01 09:53:53 1970... but with std::chrono I am able to get the correct system time.
How to get current system time using boost/chrono same as std:: chrono?