I made a stopwatch some years ago, cool to see it still works.
https://fern.rf.gd/stopwatch.php
Cron was never used for it (even when cron was a feature, I tried it briefly and shut off my cronjob after 1 timed run), php just compares the time file and the current time, and JavaScript increments the time.
https://fern.rf.gd/css-stopwatch.php is now made, to prove even CSS+PHP can = Stopwatch!