-
Notifications
You must be signed in to change notification settings - Fork 202
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
A range should be considered overlapping even if start and end dates are the same #53
Comments
My interval math is rusty, but is this actually the case? I think typically when comparing dates/times intervals are considered open. |
So in this case then the range 4/2 to 4/2 would essentially be nothing, and therefore can't overlap with anything? |
@ruthmholtrop i suppose it would depend on the precision of the range (i.e.: day, hour, millisecond, etc...). |
this has just stumped me too. |
+1 |
fixed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a range with the same start and end date is within a second range, the overlaps method should return true.
Example:
The text was updated successfully, but these errors were encountered: