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

Replace createFromDate() with create() #15

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Replace createFromDate() with create() #15

merged 1 commit into from
Aug 20, 2024

Conversation

mzur
Copy link
Member

@mzur mzur commented Aug 20, 2024

When using createFromDate(), missing arguments are replaced by the current date/time. This could lead to a month overflow on some days. This uses create() instead and adds tests for the overflow case.

References biigle/core#902

When using createFromDate(), missing arguments are replaced by the
current date/time. This could lead to a month overflow on some days.
This uses create() instead and adds tests for the overflow case.
@mzur mzur merged commit 4fa7b8c into main Aug 20, 2024
1 check passed
@mzur mzur deleted the patch-1 branch August 20, 2024 08:58
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