Section

std::chrono::file_clock

std::chrono::file_clock is an alias for the clock used for std::filesystem::file_time_type. Its epoch is unspecified.

# Declarations

using file_clock = /* see below */;

(since C++20)