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: Export Date String #7

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Conversation

andrewbrazzatti
Copy link
Contributor

Previously the export function was expecting from and to dates in YYYY-MM-DD format. This seems to no longer work with MongoDB 6.
To resolve this issue and to provide more flexibility to our APIs, the export function now requires ISO8601 dates.
This makes the adding of a day to the "to date" (modBefore) redundant as the date should now include the time component and be set appropriately for the export (e.g. 23:59:59.999 for the end of a day).

andrewbrazzatti and others added 2 commits March 13, 2024 01:27
…s are now required to send a complete and accurate ISO8601 string
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