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
- Host: GitHub
- URL: https://github.com/thomasheller/alltime
- Owner: thomasheller
- License: mit
- Created: 2017-03-29T17:41:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T17:42:04.000Z (about 8 years ago)
- Last Synced: 2025-02-13T14:40:32.178Z (4 months ago)
- Topics: duration, go, golang, time
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```