I am using c++ 20
on visual studio . It says no operator found which takes a right hand operand of type std::chrono::time_point
following error on following code.
std::chrono::time_point currTime = std::chrono::system_clock::now();
cout << currTime<< endl;