The traditional Win32 data structure for holding a date/time is the FILETIME. How do you interoperate between this and the C++ clocks like std::system_clock and winrt::clock? When C++ introduced the concept of clocks in C++11, it did not require clocks to have any particular epoch. In C++20, th
How do I convert a
