sharkdp / insect

High precision scientific calculator with support for physical units
https://numbat.dev/
MIT License
3.18k stars 126 forks source link

Is it possible to calculate with clock times? #349

Closed vbd closed 1 year ago

vbd commented 2 years ago

I played with the web version but didn't get it to work.

e.g. 14:30-16:02

would be great if it returns 92 minutes / 1h 32 minutes

sharkdp commented 2 years ago

please see #263

sharkdp commented 9 months ago

This is now possible in Numbat, the follow up project. You can get both answers:

time("16:02") - time("14:30") -> min results in 92 min time("16:02") - time("14:30") -> human results in 1 hour + 32 minutes

vbd commented 9 months ago

Tysm!