ooni / probe

OONI Probe network measurement tool for detecting internet censorship
https://ooni.org/install
BSD 3-Clause "New" or "Revised" License
754 stars 142 forks source link

Show remaining time in a human-readable way #2454

Closed davidak closed 1 year ago

davidak commented 1 year ago

The CLI currently shows:

0.06% processing input: https://www.instagram.com/ (30829.28s left)

But i don't understand what 30829.28s is intuitively. It would be good to convert it to a human readable format, e.g. 8.5 hours.

(I have a slow connection here)

bassosimone commented 1 year ago

Done in https://github.com/ooni/probe-cli/pull/1134