date
date copied to clipboard
How to set the time?
Is the Date library capable to set the current (system) time? How can I set the system time, without using time_t?
(clock_settime uses time_t, as I know.)
It can not. <chrono>, and this library, provide a read-only view of the std-supplied clocks. One could of course write a custom clock that is settable.