file_clock is an alias for a type
meeting the Cpp17TrivialClock requirements ([time.clock.req]), and
using a signed arithmetic type for file_clock::rep.
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.