-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat(new tool): Duration, Date+Duration, Days Interval Calculator #1324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@sharevb is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel. A member of the Team first needs to authorize it. |
…/it-tools into feat/duration-calculator
6104318
to
8c09a05
Compare
Allows computing specific date + some durations Allows computing Date interval with many options (include end date, select week days, holidays, business time) and output many statistics Fix CorentinTh#778, CorentinTh#584, CorentinTh#971
8c09a05
to
dec2e31
Compare
|
Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
format: d.hh:mm:ss.fff and prettify in submilliseconds
97eb9b6
to
87facb4
Compare
in parsing and in formatting iso duration in parsing of timestamp
87facb4
to
cfa2502
Compare
|
Hey @sharevb! Thank you very much for the fork (just found it via reddit) and your tons of additions! (tbh I didn't check them all ;) ) |
Hi @frostworx, thanks :) and probably because the original maintainer (and only allowed to merge PR) is busy on other things |
Thanks for the reply @sharevb |
Duration Calculator : Fix #1037 and #1161
Allows computing specific date + some durations
Allows computing Date interval with many options (include end date, select week days, holidays, business time) and output many statistics
Fix #778, #584, #971