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

Fix issues with date handling #10

Merged
merged 1 commit into from
Apr 4, 2024
Merged

Fix issues with date handling #10

merged 1 commit into from
Apr 4, 2024

Conversation

mzur
Copy link
Member

@mzur mzur commented Apr 4, 2024

By using toDateString() in the tests, some edge cases were not caught. Now toDateString() is only called when it makes sense.

Also, whereBetween() seems to handle the $to variable exclusively so this must be the start of the next month instead of the end of the current month.

By using toDateString() in the tests, some edge cases were not caught.
Now toDateString() is only called when it makes sense.

Also, whereBetween() seems to handle the $to variable exclusively
so this must be the start of the next month instead of the end of the
current month.
@mzur mzur merged commit 5ee74df into main Apr 4, 2024
1 check passed
@mzur mzur deleted the patch-1 branch April 4, 2024 09:34
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

Successfully merging this pull request may close these issues.

1 participant