DuckDuckWhale b3612b89a3 Fix: displaying 0 time on 3572 seconds
Previously it is only rounded to the nearest minute after calculating
the number of hours, which led to hour calculation showing 0 hour and
minutes rounding to 60 and showing 0 minute as well.  Now it is properly
rounded to the nearest minute before the formatting logic.
2020-11-19 00:37:49 -08:00
2020-11-13 03:30:18 -08:00
2020-11-13 03:30:18 -08:00
2020-11-13 03:30:18 -08:00
Description
A command line tool that fetches time tracking data from Gitea API and pretty-prints a tabular summary.
38 KiB
Languages
Rust 100%