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

The end of a date range should not be inclusive #44

Open
stupakov opened this issue Dec 23, 2013 · 1 comment
Open

The end of a date range should not be inclusive #44

stupakov opened this issue Dec 23, 2013 · 1 comment

Comments

@stupakov
Copy link

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. 
@cheeaun
Copy link
Owner

cheeaun commented Dec 23, 2013

This was discussed in #9 . My reasons were explained in that thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants