Get Docker Uptime?

Is there a consistent, reliable way to get Docker’s uptime via command line? (Not a container, but Docker itself).

Whether the user is running Docker Desktop, or WSL/Native Linux, I’d like to be able to retrieve how long the daemon/service has been running.

That’s an operating system question. Docker will not tell you that. The service status (systemctl status docker) on Linux has this information. I never tried to get this info on Windows.