-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(new tool): Duration, Date+Duration, Days Interval Calculator #1324
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
Quality Gate passedIssues Measures |
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) |
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