We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If I make an event that spans 1990-1993, and another that spans 1993-1994, I would expect those not to overlap.
However, the current implementation interprets these ranges as:
Jan 1, 1990 - Dec 31, 1993 and Jan 1, 1993 - Dec 31, 1994.
Thus they overlap by a year.
Wouldn't it be more appropriate to interpret it as:
Jan 1, 1990 - Dec 31, 1992 and Jan 1, 1993 - Dec 31, 1993.
The text was updated successfully, but these errors were encountered:
This was discussed in #9 . My reasons were explained in that thread.
Sorry, something went wrong.
No branches or pull requests
If I make an event that spans 1990-1993, and another that spans 1993-1994, I would expect those not to overlap.
However, the current implementation interprets these ranges as:
Thus they overlap by a year.
Wouldn't it be more appropriate to interpret it as:
The text was updated successfully, but these errors were encountered: