An open API service indexing awesome lists of open source software.

https://github.com/thomasheller/alltime

Handy time duration calculator
https://github.com/thomasheller/alltime

duration go golang time

Last synced: about 2 months ago
JSON representation

Handy time duration calculator

Awesome Lists containing this project

README

        

# alltime

```sh
$ go get github.com/thomasheller/alltime/cmd/alltime
$ alltime 5000s
seconds: 5000.00s
minutes: 83.33m
hours: 1.39h
days: 0.06d
months: 0.00mo
years: 0.00y
$ alltime 15m
seconds: 900.00s
minutes: 15.00m
hours: 0.25h
days: 0.01d
months: 0.00mo
years: 0.00y
$ alltime 400h
seconds: 1440000.00s
minutes: 24000.00m
hours: 400.00h
days: 16.67d
months: 0.55mo
years: 0.00y
```