I have an application where I need to get the number of seconds that the chip has been running. It seems like it should be possible with the "clock" API, but all clock examples seem to have been removed from the SDK as of v13, and the `nrf_clock` content seems to have been moved to `legacy`.
Are there any examples available of getting the current system "uptime" using current (non-legacy) code from v17.1.0?