Skip to content
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

inclusiveEndDates should respect input date granularity #2851

Open
VladimirAlexiev opened this issue Mar 23, 2022 · 0 comments
Open

inclusiveEndDates should respect input date granularity #2851

VladimirAlexiev opened this issue Mar 23, 2022 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@VladimirAlexiev
Copy link

Describe the bug
inclusiveEndDates (introduced by #872) works only at the granularity of Day.

To Reproduce
See this example

gantt
    dateFormat  YYYY-MM
    inclusiveEndDates
    section Section
    Should be 2m long  : 2023-10, 2023-11
    Is 2m long        : 60d

Expected behavior
Both tasks should be 2m long. But the first one is only 1m+1d long (from 2023-10-01 to 2023-11-01 inclusive).
image

@VladimirAlexiev VladimirAlexiev added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant