mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The epoch() function, zero() function, and min_time member are all not part of the std::chrono clock interface. The default constructor of time_point is [documented](https://en.cppreference.com/w/cpp/chrono/time_point/time_point.html) to initialize to the clock's epoch.