A time point on the UTC clock, with the given Duration resolution.

Synopsis

Declared in <fmt/chrono.h>

template<typename Duration>
using utc_time = std::chrono::time_point</* implementation-defined */, Duration>;

Created with MrDocs