![]() |
Home | Libraries | People | FAQ | More |
A std::chrono::local_time
that can represent any valid
datetime, with microsecond resolution.
using local_time_point = std::chrono::local_time< std::chrono::duration< std::int64_t, std::micro > >;
Requires C++20 calendar types.