An instantiation of the std::chrono::time_point class template that
can hold time points returned by the system-wide real-time clock.
typedef std::chrono::time_point< std::chrono::system_clock> time_point;
Header
#include <chrono>