file_clock is used to create the
time_point system
used for
file_time_type (
[filesystems])
. Its epoch is unspecified, and
noexcept(file_clock::now()) is
true. [
Note 1:
The type that
file_clock denotes can be
in a different namespace than
std::chrono,
such as
std::filesystem. —
end note]